* [PATCH] ppc32: Export cpu_possible_map
@ 2004-02-21 3:57 Benjamin Herrenschmidt
0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-02-21 3:57 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linus Torvalds, Linux Kernel list
Hi !
cpu_possible_map is needed by some modules, export it.
diff -urN linux-2.5/arch/ppc/kernel/smp.c linuxppc-2.5-benh/arch/ppc/kernel/smp.c
--- linux-2.5/arch/ppc/kernel/smp.c 2004-02-21 14:54:41.775963008 +1100
+++ linuxppc-2.5-benh/arch/ppc/kernel/smp.c 2004-02-21 14:56:33.747940680 +1100
@@ -54,6 +54,7 @@
struct thread_info *secondary_ti;
EXPORT_SYMBOL(cpu_online_map);
+EXPORT_SYMBOL(cpu_possible_map);
/* SMP operations for this machine */
static struct smp_ops_t *smp_ops;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-02-21 4:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-21 3:57 [PATCH] ppc32: Export cpu_possible_map Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox