|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 1/2] multiple cores and HT support
This patch adds dual-core support to xen, and improves HT detection.
The code is adapted from linux kernel 2.6.12.
Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>
# diffstat core2.patch
arch/x86/cpu/amd.c | 16 +++++++++-------
arch/x86/cpu/common.c | 28 ++++++++++++++++++++--------
arch/x86/cpu/intel.c | 22 ++++++++++++++++++++++
arch/x86/dom0_ops.c | 4 ++--
arch/x86/setup.c | 1 -
arch/x86/smpboot.c | 41 +++++++++++++++++++++++++++++++++++++----
common/dom0_ops.c | 4 ++--
include/asm-x86/processor.h | 1 +
include/asm-x86/smp.h | 1 +
include/xen/smp.h | 2 --
10 files changed, 94 insertions(+), 26 deletions(-)
core2.patch
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH 1/2] multiple cores and HT support,
aq <=
|
|
|
|
|