Loading arch/ppc/kernel/irq.c +1 −0 Original line number Diff line number Diff line Loading @@ -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) Loading arch/ppc/kernel/pci.c +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #include <asm/byteorder.h> #include <asm/irq.h> #include <asm/uaccess.h> #include <asm/machdep.h> #undef DEBUG Loading arch/ppc/kernel/smp.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading arch/ppc64/kernel/rtas.c +1 −0 Original line number Diff line number Diff line Loading @@ -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}; Loading arch/ppc64/kernel/vdso64/sigtramp.S +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
arch/ppc/kernel/irq.c +1 −0 Original line number Diff line number Diff line Loading @@ -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) Loading
arch/ppc/kernel/pci.c +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #include <asm/byteorder.h> #include <asm/irq.h> #include <asm/uaccess.h> #include <asm/machdep.h> #undef DEBUG Loading
arch/ppc/kernel/smp.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading
arch/ppc64/kernel/rtas.c +1 −0 Original line number Diff line number Diff line Loading @@ -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}; Loading
arch/ppc64/kernel/vdso64/sigtramp.S +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading