commit | 730cf27246225d56ca1603b2f3c4fdbf882d4e51 | [log] [tgz] |
---|---|---|
author | Mike Travis <travis@sgi.com> | Wed Dec 31 18:08:45 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Jan 03 18:59:47 2009 +0100 |
tree | 46cfe9609956394a11a00e10f3f727e2ba4e4afa | |
parent | 6bdf197b04b3ae7c85785bc5a9576f1bcb0ac7c0 [diff] |
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: Mike Travis <travis@sgi.com> Acked-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Ingo Molnar <mingo@elte.hu>