All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [POWERPC] ps3/interrupt.c uses get_hard_smp_processor_id
@ 2007-05-28  0:19 Stephen Rothwell
  2007-05-29 18:50 ` Geoff Levand
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2007-05-28  0:19 UTC (permalink / raw)
  To: paulus; +Cc: ppc-dev, cbe-oss-dev

and so needs to include asm/smp.h for a UP build to work.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 arch/powerpc/platforms/ps3/interrupt.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --git a/arch/powerpc/platforms/ps3/interrupt.c b/arch/powerpc/platforms/ps3/interrupt.c
index 9da82c2..ec9030d 100644
--- a/arch/powerpc/platforms/ps3/interrupt.c
+++ b/arch/powerpc/platforms/ps3/interrupt.c
@@ -25,6 +25,7 @@
 #include <asm/machdep.h>
 #include <asm/udbg.h>
 #include <asm/lv1call.h>
+#include <asm/smp.h>
 
 #include "platform.h"
 
-- 
1.5.1.4

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

end of thread, other threads:[~2007-05-29 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-28  0:19 [PATCH] [POWERPC] ps3/interrupt.c uses get_hard_smp_processor_id Stephen Rothwell
2007-05-29 18:50 ` Geoff Levand

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.