summaryrefslogtreecommitdiff
path: root/xen-arch-kconfig-nr_cpus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'xen-arch-kconfig-nr_cpus.patch')
-rw-r--r--xen-arch-kconfig-nr_cpus.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/xen-arch-kconfig-nr_cpus.patch b/xen-arch-kconfig-nr_cpus.patch
new file mode 100644
index 0000000..3f2ed78
--- /dev/null
+++ b/xen-arch-kconfig-nr_cpus.patch
@@ -0,0 +1,13 @@
+Index: xen-4.12.0-testing/xen/arch/Kconfig
+===================================================================
+--- xen-4.12.0-testing.orig/xen/arch/Kconfig
++++ xen-4.12.0-testing/xen/arch/Kconfig
+@@ -2,7 +2,7 @@
+ config NR_CPUS
+ int "Maximum number of physical CPUs"
+ range 1 4095
+- default "256" if X86
++ default "1024" if X86
+ default "8" if ARM && RCAR3
+ default "4" if ARM && QEMU
+ default "4" if ARM && MPSOC