Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH][2.6] add smp.h in processor.h
@ 2004-01-07  3:55 Yoichi Yuasa
  2004-01-07  5:28 ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: Yoichi Yuasa @ 2004-01-07  3:55 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, linux-mips

Hello Ralf,

I made a patch for header file of 2.6.

smp_processor_id() is defined in smp.h.
We need adding #include <linux/smp.h> in processor.h.

Please apply this patch.

Yoichi

diff -urN -X dontdiff linux-orig/include/asm-mips/processor.h linux/include/asm-mips/processor.h
--- linux-orig/include/asm-mips/processor.h	2003-12-04 10:52:06.000000000 +0900
+++ linux/include/asm-mips/processor.h	2004-01-07 12:24:25.000000000 +0900
@@ -13,6 +13,7 @@
 
 #include <linux/config.h>
 #include <linux/cache.h>
+#include <linux/smp.h>
 #include <linux/threads.h>
 
 #include <asm/cachectl.h>

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

end of thread, other threads:[~2004-01-09  7:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-07  3:55 [PATCH][2.6] add smp.h in processor.h Yoichi Yuasa
2004-01-07  5:28 ` Ralf Baechle
2004-01-07  6:42   ` Yoichi Yuasa
2004-01-09  7:40     ` Ralf Baechle

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