|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] The patch allows one to configure NR_CPUS >8 (16 by defa
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID aad88a902892b061ea70a71d9d0881ef484bff5a
# Parent cc1d77bba4b05aebdd9bf9a158dc48d02cc266fc
The patch allows one to configure NR_CPUS >8 (16 by default, same as the
native) for x86_64 xenlinux. I tested 16-way xenolinux (using changeset
7892) on a 16-way SMP machine with >8GB memory. It worked fine as long
as I did sanity tests like kernel build (make -j64).
Signed-off-by: Jun Nakajima <jun.nakajima@xxxxxxxxx>
diff -r cc1d77bba4b0 -r aad88a902892
linux-2.6-xen-sparse/arch/xen/x86_64/Kconfig
--- a/linux-2.6-xen-sparse/arch/xen/x86_64/Kconfig Sat Nov 19 09:35:38 2005
+++ b/linux-2.6-xen-sparse/arch/xen/x86_64/Kconfig Sat Nov 19 09:37:14 2005
@@ -288,10 +288,10 @@
# actually 64 maximum, but you need to fix the APIC code first
# to use clustered mode or whatever your big iron needs
config NR_CPUS
- int "Maximum number of CPUs (2-8)"
- range 2 8
+ int "Maximum number of CPUs (2-255)"
+ range 2 255
depends on SMP
- default "8"
+ default "16"
help
This allows you to specify the maximum number of CPUs which this
kernel will support. The maximum supported value is 32 and the
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] The patch allows one to configure NR_CPUS >8 (16 by default, same as the,
Xen patchbot -unstable <=
|
|
|
|
|