From: "Kamble, Nitin A" If VMX feature is available in the CPU, this patch will make it visible in the /proc/cpuinfo with the cpuid detection. Signed-Off-By: Nitin A Kamble Signed-off-by: Andrew Morton --- arch/i386/kernel/cpu/proc.c | 2 +- arch/x86_64/kernel/setup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -puN arch/i386/kernel/cpu/proc.c~x86-vmx-cpu-feature-detection arch/i386/kernel/cpu/proc.c --- devel/arch/i386/kernel/cpu/proc.c~x86-vmx-cpu-feature-detection 2005-10-13 16:46:08.000000000 -0700 +++ devel-akpm/arch/i386/kernel/cpu/proc.c 2005-10-13 16:46:08.000000000 -0700 @@ -44,7 +44,7 @@ static int show_cpuinfo(struct seq_file NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, /* Intel-defined (#2) */ - "pni", NULL, NULL, "monitor", "ds_cpl", NULL, NULL, "est", + "pni", NULL, NULL, "monitor", "ds_cpl", "vmx", NULL, "est", "tm2", NULL, "cid", NULL, NULL, "cx16", "xtpr", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, diff -puN arch/x86_64/kernel/setup.c~x86-vmx-cpu-feature-detection arch/x86_64/kernel/setup.c --- devel/arch/x86_64/kernel/setup.c~x86-vmx-cpu-feature-detection 2005-10-13 16:46:08.000000000 -0700 +++ devel-akpm/arch/x86_64/kernel/setup.c 2005-10-13 16:46:08.000000000 -0700 @@ -1242,7 +1242,7 @@ static int show_cpuinfo(struct seq_file NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, /* Intel-defined (#2) */ - "pni", NULL, NULL, "monitor", "ds_cpl", NULL, NULL, "est", + "pni", NULL, NULL, "monitor", "ds_cpl", "vmx", NULL, "est", "tm2", NULL, "cid", NULL, NULL, "cx16", "xtpr", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, _