projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ad8d01
)
[POWERPC] ps3/interrupt.c uses get_hard_smp_processor_id
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 28 May 2007 00:19:08 +0000
(10:19 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Sat, 2 Jun 2007 11:01:55 +0000
(21:01 +1000)
and so needs to include asm/smp.h for a UP build to work.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/ps3/interrupt.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/ps3/interrupt.c
b/arch/powerpc/platforms/ps3/interrupt.c
index
9da82c2
..
ec9030d
100644
(file)
--- 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"