diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-05-28 10:19:08 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-02 21:01:55 +1000 |
commit | 42d284bc45a9d6625b30c3175563829847406e03 (patch) | |
tree | 7bb19e372fcc49d94103ab245b36d29155abbfbb /arch/powerpc | |
parent | 6ad8d010b2f364b739020e514e61b6a73444464b (diff) | |
download | linux-3.10-42d284bc45a9d6625b30c3175563829847406e03.tar.gz linux-3.10-42d284bc45a9d6625b30c3175563829847406e03.tar.bz2 linux-3.10-42d284bc45a9d6625b30c3175563829847406e03.zip |
[POWERPC] ps3/interrupt.c uses get_hard_smp_processor_id
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/ps3/interrupt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/ps3/interrupt.c b/arch/powerpc/platforms/ps3/interrupt.c index 9da82c266ba..ec9030dbb5f 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" |