1 2config NR_CPUS 3 int "Maximum number of physical CPUs" 4 range 1 4095 5 default "256" if X86 6 default "128" if ARM 7 ---help--- 8 Specifies the maximum number of physical CPUs which Xen will support. 9