* [PATCH] [POWERPC] pasemi idle uses hard_smp_processor_id
@ 2007-05-28 0:20 Stephen Rothwell
2007-05-28 17:06 ` Olof Johansson
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2007-05-28 0:20 UTC (permalink / raw)
To: paulus; +Cc: Olof Johansson, ppc-dev
and so needs to include asm/smp.h so a UP build works.
Signed-off-by: Stephen Rothwell <sfr@canb•auug.org.au>
---
arch/powerpc/platforms/pasemi/idle.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
Cheers,
Stephen Rothwell sfr@canb•auug.org.au
http://www.canb.auug.org.au/~sfr/
diff --git a/arch/powerpc/platforms/pasemi/idle.c b/arch/powerpc/platforms/pasemi/idle.c
index 03cd45d..3c962d5 100644
--- a/arch/powerpc/platforms/pasemi/idle.c
+++ b/arch/powerpc/platforms/pasemi/idle.c
@@ -26,6 +26,7 @@
#include <asm/machdep.h>
#include <asm/reg.h>
+#include <asm/smp.h>
#include "pasemi.h"
--
1.5.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-28 17:01 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:20 [PATCH] [POWERPC] pasemi idle uses hard_smp_processor_id Stephen Rothwell
2007-05-28 17:06 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox