summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-08-12 11:13:06 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-08-12 11:13:06 +1000
commit0da17e5971fb5d60241f9439050b753e4f5208b6 (patch)
tree19741ff1731e7a8802c7a3dd9a028876d151df07 /init
parent816e9b66e41142969e3b35cb4a96335546b03bf9 (diff)
parent0b06a68ae114090e70d83391d27046d353974678 (diff)
Merge branch 'quilt/rr'
Diffstat (limited to 'init')
-rw-r--r--init/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/init/main.c b/init/main.c
index 2c5ade79eb81..e341b4b06cc6 100644
--- a/init/main.c
+++ b/init/main.c
@@ -359,11 +359,6 @@ static inline void smp_prepare_cpus(unsigned int maxcpus) { }
#else
-#if NR_CPUS > BITS_PER_LONG
-cpumask_t cpu_mask_all __read_mostly = CPU_MASK_ALL;
-EXPORT_SYMBOL(cpu_mask_all);
-#endif
-
/* Setup number of possible processor ids */
int nr_cpu_ids __read_mostly = NR_CPUS;
EXPORT_SYMBOL(nr_cpu_ids);