All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] parisc: remove gratuitous cpu_online_map declaration.
@ 2008-12-03 23:42 Rusty Russell
  2008-12-09  3:54 ` Kyle McMartin
  0 siblings, 1 reply; 5+ messages in thread
From: Rusty Russell @ 2008-12-03 23:42 UTC (permalink / raw)
  To: Grant Grundler; +Cc: linux-kernel, Stephen Rothwell

This is defined in linux/cpumask.h (included in this file already),
and this will break when the definition changes (in a following patch).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
 arch/parisc/include/asm/smp.h |    2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/parisc/include/asm/smp.h b/arch/parisc/include/asm/smp.h
--- a/arch/parisc/include/asm/smp.h
+++ b/arch/parisc/include/asm/smp.h
@@ -15,8 +15,6 @@
 #include <linux/threads.h>	/* for NR_CPUS */
 #include <linux/cpumask.h>
 typedef unsigned long address_t;
-
-extern cpumask_t cpu_online_map;
 
 
 /*



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-12-09 23:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-03 23:42 [PATCH] parisc: remove gratuitous cpu_online_map declaration Rusty Russell
2008-12-09  3:54 ` Kyle McMartin
2008-12-09 22:06   ` Rusty Russell
2008-12-09 22:44     ` Grant Grundler
2008-12-09 23:11       ` Helge Deller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.