Re: [PATCH 2/8] Move privileged processor operations to the subarch layer

2005-08-07 Thread Zachary Amsden
Chris Wright wrote: * Zachary Amsden ([EMAIL PROTECTED]) wrote: i386 Transparent Paravirtualization Subarch Patch #2 This change encapsulates CPUID and debug register accessors and moves them into the sub-architecture layer. This one looks to be a superset of Xen version: @@ -453,

Re: [PATCH 2/8] Move privileged processor operations to the subarch layer

2005-08-06 Thread Chris Wright
* Zachary Amsden ([EMAIL PROTECTED]) wrote: > i386 Transparent Paravirtualization Subarch Patch #2 > > This change encapsulates CPUID and debug register accessors and moves > them into the sub-architecture layer. This one looks to be a superset of Xen version: --- linux-2.6.12-xen0-arch.orig/in

[PATCH 2/8] Move privileged processor operations to the subarch layer

2005-08-06 Thread Zachary Amsden
i386 Transparent Paravirtualization Subarch Patch #2 This change encapsulates CPUID and debug register accessors and moves them into the sub-architecture layer. Diffs against: linux-2.6.13-rc4-mm1 Signed-off-by: Zachary Amsden <[EMAIL PROTECTED]> Index: linux-2.6.13/include/asm-i386/processor.