[PATCH] cpumask: export cpu_online_map and cpu_possible_map consistently
authorGreg Banks <gnb@melbourne.sgi.com>
Mon, 2 Oct 2006 09:17:40 +0000 (02:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 2 Oct 2006 14:57:17 +0000 (07:57 -0700)
commite16b38f71322efd8a221f64b6ddc0748d21d2e1a
treeda1932ba711a23fbbdf09d8c8cc8dbb02b1190d1
parent0f532f3861d2c4e5aa7dcd33fb18e9975eb28457
[PATCH] cpumask: export cpu_online_map and cpu_possible_map consistently

cpumask: ensure that the cpu_online_map and cpu_possible_map bitmasks, and
hence all the macros in <linux/cpumask.h> that require them, are available to
modules for all supported combinations of architecture and CONFIG_SMP.

Signed-off-by: Greg Banks <gnb@melbourne.sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/arm/kernel/smp.c
arch/cris/arch-v32/kernel/smp.c
arch/sh/kernel/smp.c
kernel/sched.c