drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offline
authorJan Beulich <JBeulich@novell.com>
Tue, 27 Apr 2010 21:01:20 +0000 (14:01 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Jul 2010 18:10:40 +0000 (11:10 -0700)
commit4f75f44a4a4437ad69beaac04047c4e66a956932
treefde3e276a59cb511b525d31199098655bcabc270
parent22fb2a2f465b14676761143a4d9b93bc9a2e3f8f
drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offline

commit cdc6e3d3968052cebb2f2ddcd742bff29fbd1a90 upstream.

Without CONFIG_CPUMASK_OFFSTACK, simply inverting cpu_online_mask leads
to CPUs beyond nr_cpu_ids to be displayed twice and CPUs not even
possible to be displayed as offline.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/cpu.c