Andrew, The attached is the patch enabling detection of the VMX cpu feature. # HG changeset patch # User Nitin A Kamble <[email protected]> # Node ID 33c697a2e9a73dc02333d2a699569e9830adbe38 # Parent 85f12afa556a8e22cd6e963704f6abe7d0df3aeb addition of "vmx" in the /proc/cpuinfo. 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 <[email protected]> diff -r 85f12afa556a8e22cd6e963704f6abe7d0df3aeb -r 33c697a2e9a73dc02333d2a699569e9830adbe38 arch/i386/kernel/cpu/proc.c --- a/arch/i386/kernel/cpu/proc.c Mon Oct 10 17:39:26 2005 +++ b/arch/i386/kernel/cpu/proc.c Tue Oct 11 20:19:37 2005 @@ -44,7 +44,7 @@ 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 -r 85f12afa556a8e22cd6e963704f6abe7d0df3aeb -r 33c697a2e9a73dc02333d2a699569e9830adbe38 arch/x86_64/kernel/setup.c --- a/arch/x86_64/kernel/setup.c Mon Oct 10 17:39:26 2005 +++ b/arch/x86_64/kernel/setup.c Tue Oct 11 20:19:37 2005 @@ -1213,7 +1213,7 @@ 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, Thanks & Regards, Nitin ------------------------------------------------------------------------ ----------- Open Source Technology Center, Intel Corp
Attachment:
vmx_cpuid.patch
Description: vmx_cpuid.patch
- Prev by Date: Re: [2.6.13] pktcdvd: IO-errors
- Next by Date: Re: 2.6.14-rc4-rt1
- Previous by thread: Re: [PATCH 1/2] miss-sync changes on attributes (Re: [PATCH 2/2][FAT] miss-sync issues on sync mount (miss-sync on utime))
- Next by thread: AIC79xx fails built into kernel, but works as a module
- Index(es):