Kaynağa Gözat

[POWERPC] pasemi idle uses hard_smp_processor_id

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

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Stephen Rothwell 18 yıl önce
ebeveyn
işleme
18456d015c
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      arch/powerpc/platforms/pasemi/idle.c

+ 1 - 0
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"