Loading arch/powerpc/include/asm/Kbuild +1 −0 Original line number Diff line number Diff line generic-y += clkdev.h generic-y += div64.h generic-y += export.h generic-y += irq_regs.h generic-y += irq_work.h generic-y += local64.h Loading arch/powerpc/kernel/Makefile +0 −4 Original line number Diff line number Diff line Loading @@ -91,10 +91,6 @@ obj-$(CONFIG_RELOCATABLE) += reloc_$(CONFIG_WORD_SIZE).o obj-$(CONFIG_PPC32) += entry_32.o setup_32.o obj-$(CONFIG_PPC64) += dma-iommu.o iommu.o obj-$(CONFIG_KGDB) += kgdb.o obj-$(CONFIG_MODULES) += ppc_ksyms.o ifeq ($(CONFIG_PPC32),y) obj-$(CONFIG_MODULES) += ppc_ksyms_32.o endif obj-$(CONFIG_BOOTX_TEXT) += btext.o obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_KPROBES) += kprobes.o Loading arch/powerpc/kernel/entry_32.S +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ #include <asm/unistd.h> #include <asm/ftrace.h> #include <asm/ptrace.h> #include <asm/export.h> /* * MSR_KERNEL is > 0x10000 on 4xx/Book-E since it include MSR_CE. Loading Loading @@ -1359,6 +1360,7 @@ _GLOBAL(_mcount) MCOUNT_RESTORE_FRAME bctr #endif EXPORT_SYMBOL(_mcount) _GLOBAL(ftrace_stub) blr Loading arch/powerpc/kernel/entry_64.S +3 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ #include <asm/context_tracking.h> #include <asm/tm.h> #include <asm/ppc-opcode.h> #include <asm/export.h> /* * System calls. Loading Loading @@ -1180,6 +1181,7 @@ _GLOBAL(enter_prom) #ifdef CONFIG_DYNAMIC_FTRACE _GLOBAL(mcount) _GLOBAL(_mcount) EXPORT_SYMBOL(_mcount) mflr r12 mtctr r12 mtlr r0 Loading Loading @@ -1416,6 +1418,7 @@ livepatch_handler: #else _GLOBAL_TOC(_mcount) EXPORT_SYMBOL(_mcount) /* Taken from output of objdump from lib64/glibc */ mflr r3 ld r11, 0(r1) Loading arch/powerpc/kernel/epapr_hcalls.S +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <asm/ppc_asm.h> #include <asm/asm-compat.h> #include <asm/asm-offsets.h> #include <asm/export.h> #ifndef CONFIG_PPC64 /* epapr_ev_idle() was derived from e500_idle() */ Loading Loading @@ -53,3 +54,4 @@ epapr_hypercall_start: nop nop blr EXPORT_SYMBOL(epapr_hypercall_start) Loading
arch/powerpc/include/asm/Kbuild +1 −0 Original line number Diff line number Diff line generic-y += clkdev.h generic-y += div64.h generic-y += export.h generic-y += irq_regs.h generic-y += irq_work.h generic-y += local64.h Loading
arch/powerpc/kernel/Makefile +0 −4 Original line number Diff line number Diff line Loading @@ -91,10 +91,6 @@ obj-$(CONFIG_RELOCATABLE) += reloc_$(CONFIG_WORD_SIZE).o obj-$(CONFIG_PPC32) += entry_32.o setup_32.o obj-$(CONFIG_PPC64) += dma-iommu.o iommu.o obj-$(CONFIG_KGDB) += kgdb.o obj-$(CONFIG_MODULES) += ppc_ksyms.o ifeq ($(CONFIG_PPC32),y) obj-$(CONFIG_MODULES) += ppc_ksyms_32.o endif obj-$(CONFIG_BOOTX_TEXT) += btext.o obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_KPROBES) += kprobes.o Loading
arch/powerpc/kernel/entry_32.S +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ #include <asm/unistd.h> #include <asm/ftrace.h> #include <asm/ptrace.h> #include <asm/export.h> /* * MSR_KERNEL is > 0x10000 on 4xx/Book-E since it include MSR_CE. Loading Loading @@ -1359,6 +1360,7 @@ _GLOBAL(_mcount) MCOUNT_RESTORE_FRAME bctr #endif EXPORT_SYMBOL(_mcount) _GLOBAL(ftrace_stub) blr Loading
arch/powerpc/kernel/entry_64.S +3 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ #include <asm/context_tracking.h> #include <asm/tm.h> #include <asm/ppc-opcode.h> #include <asm/export.h> /* * System calls. Loading Loading @@ -1180,6 +1181,7 @@ _GLOBAL(enter_prom) #ifdef CONFIG_DYNAMIC_FTRACE _GLOBAL(mcount) _GLOBAL(_mcount) EXPORT_SYMBOL(_mcount) mflr r12 mtctr r12 mtlr r0 Loading Loading @@ -1416,6 +1418,7 @@ livepatch_handler: #else _GLOBAL_TOC(_mcount) EXPORT_SYMBOL(_mcount) /* Taken from output of objdump from lib64/glibc */ mflr r3 ld r11, 0(r1) Loading
arch/powerpc/kernel/epapr_hcalls.S +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <asm/ppc_asm.h> #include <asm/asm-compat.h> #include <asm/asm-offsets.h> #include <asm/export.h> #ifndef CONFIG_PPC64 /* epapr_ev_idle() was derived from e500_idle() */ Loading Loading @@ -53,3 +54,4 @@ epapr_hypercall_start: nop nop blr EXPORT_SYMBOL(epapr_hypercall_start)