提交 730cf272 编写于 作者: M Mike Travis 提交者: Ingo Molnar

x86: enable cpus display of kernel_max and offlined cpus

Impact: enables /sys/devices/system/cpu/{kernel_max,offline} user interface

By setting total_cpus, the drivers/base/cpu.c will display the
values of kernel_max (NR_CPUS-1) and the offlined cpu map.
Signed-off-by: NMike Travis <travis@sgi.com>
Acked-by: NRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 6bdf197b
...@@ -1298,6 +1298,8 @@ __init void prefill_possible_map(void) ...@@ -1298,6 +1298,8 @@ __init void prefill_possible_map(void)
else else
possible = setup_possible_cpus; possible = setup_possible_cpus;
total_cpus = max_t(int, possible, num_processors + disabled_cpus);
if (possible > CONFIG_NR_CPUS) { if (possible > CONFIG_NR_CPUS) {
printk(KERN_WARNING printk(KERN_WARNING
"%d Processors exceeds NR_CPUS limit of %d\n", "%d Processors exceeds NR_CPUS limit of %d\n",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册