X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fkernel%2Fsmp.c;h=55fa7ff96a3e7aaf654d30c64677b1a4d666ee4b;hb=daf4b805c1711f730d42a5dfc5a65ee05b3c9ecf;hp=019237d21622ba2cde3669d4915dca02a590ea26;hpb=ec270e59a74eee972006a87c8e12514a20588369;p=linux-2.6-omap-h63xx.git diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c index 019237d2162..55fa7ff96a3 100644 --- a/arch/arm/kernel/smp.c +++ b/arch/arm/kernel/smp.c @@ -33,16 +33,6 @@ #include #include -/* - * bitmask of present and online CPUs. - * The present bitmask indicates that the CPU is physically present. - * The online bitmask indicates that the CPU is up and running. - */ -cpumask_t cpu_possible_map; -EXPORT_SYMBOL(cpu_possible_map); -cpumask_t cpu_online_map; -EXPORT_SYMBOL(cpu_online_map); - /* * as from 2.5, kernels no longer have an init_tasks structure * so we need some other way of telling a new secondary core