public inbox for linux-kernel@vger.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; 2+ 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] 2+ messages in thread

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

Thread overview: 2+ 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox