-
- Downloads
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 cpu changes from Ingo Molnar: "The biggest change that stands out is the increase of the CONFIG_NR_CPUS range from 4096 to 8192 - as real hardware out there already went beyond 4k CPUs ... We only allow more than 512 CPUs if offstack cpumasks are enabled. CONFIG_MAXSMP=y remains to be the 'you are nuts!' extreme testcase, which now means a max of 8192 CPUs" * 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/cpu: Increase max CPU count to 8192 x86/cpu: Allow higher NR_CPUS values x86/cpu: Always print SMP information in /proc/cpuinfo x86/cpu: Track legacy CPU model data only on 32-bit kernels
Showing
- arch/x86/Kconfig 5 additions, 3 deletionsarch/x86/Kconfig
- arch/x86/kernel/cpu/amd.c 3 additions, 3 deletionsarch/x86/kernel/cpu/amd.c
- arch/x86/kernel/cpu/centaur.c 5 additions, 3 deletionsarch/x86/kernel/cpu/centaur.c
- arch/x86/kernel/cpu/common.c 7 additions, 5 deletionsarch/x86/kernel/cpu/common.c
- arch/x86/kernel/cpu/cpu.h 11 additions, 9 deletionsarch/x86/kernel/cpu/cpu.h
- arch/x86/kernel/cpu/intel.c 6 additions, 6 deletionsarch/x86/kernel/cpu/intel.c
- arch/x86/kernel/cpu/proc.c 6 additions, 9 deletionsarch/x86/kernel/cpu/proc.c
- arch/x86/kernel/cpu/umc.c 2 additions, 2 deletionsarch/x86/kernel/cpu/umc.c
Loading
Please register or sign in to comment