]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc: Make some #includes explicit.
authorPaul Mackerras <paulus@samba.org>
Mon, 10 Oct 2005 04:14:55 +0000 (14:14 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 10 Oct 2005 04:14:55 +0000 (14:14 +1000)
In preparation for merging processor.h, this adds some explicit
but won't be after the merge.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/kernel/irq.c
arch/ppc/kernel/pci.c
arch/ppc/kernel/smp.c
arch/ppc64/kernel/rtas.c
arch/ppc64/kernel/vdso64/sigtramp.S

index 8843f3af230fca05ade84ebe7444b5b708c5fc64..772e428aaa59185bec486fe9a50b553fb4471abc 100644 (file)
@@ -57,6 +57,7 @@
 #include <asm/cache.h>
 #include <asm/prom.h>
 #include <asm/ptrace.h>
+#include <asm/machdep.h>
 
 #define NR_MASK_WORDS  ((NR_IRQS + 31) / 32)
 
index b5cf52f5909ea61a4f9690c1a592063db2beca52..6600fd485b50c3a0ea6fe6b414e6711f38e2e1b3 100644 (file)
@@ -21,6 +21,7 @@
 #include <asm/byteorder.h>
 #include <asm/irq.h>
 #include <asm/uaccess.h>
+#include <asm/machdep.h>
 
 #undef DEBUG
 
index a8cc96b0d33238b28d8d8997b6f3df598df50096..801c793fdec8bf3640e3fe2d3728020d10351149 100644 (file)
@@ -34,6 +34,7 @@
 #include <asm/thread_info.h>
 #include <asm/tlbflush.h>
 #include <asm/xmon.h>
+#include <asm/machdep.h>
 
 volatile int smp_commenced;
 int smp_tb_synchronized;
index 5e8eb33b8e54067290aa10762239c48dde9ff07d..36adab591bd300282f316bd7834e459f3f2db742 100644 (file)
@@ -30,6 +30,7 @@
 #include <asm/delay.h>
 #include <asm/uaccess.h>
 #include <asm/systemcfg.h>
+#include <asm/ppcdebug.h>
 
 struct flash_block_list_header rtas_firmware_flash_list = {0, NULL};
 
index 8ae8f205e4701f377aa90d242042a4a6e3c24237..31b604ab56deaaeaeda826ffdd625903fc7636ac 100644 (file)
@@ -15,6 +15,7 @@
 #include <asm/ppc_asm.h>
 #include <asm/unistd.h>
 #include <asm/vdso.h>
+#include <asm/ptrace.h>                /* XXX for __SIGNAL_FRAMESIZE */
 
        .text