Loading arch/sparc/include/asm/Kbuild +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ generic-y += cputime.h generic-y += div64.h generic-y += emergency-restart.h generic-y += exec.h generic-y += export.h generic-y += irq_regs.h generic-y += irq_work.h generic-y += linkage.h Loading arch/sparc/kernel/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ obj-y += auxio_$(BITS).o obj-$(CONFIG_SUN_PM) += apc.o pmc.o obj-$(CONFIG_MODULES) += module.o obj-$(CONFIG_MODULES) += sparc_ksyms_$(BITS).o obj-$(CONFIG_MODULES) += sparc_ksyms.o obj-$(CONFIG_SPARC_LED) += led.o obj-$(CONFIG_KGDB) += kgdb_$(BITS).o Loading arch/sparc/kernel/entry.S +3 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ #include <asm/unistd.h> #include <asm/asmmacro.h> #include <asm/export.h> #define curptr g6 Loading Loading @@ -1207,6 +1208,8 @@ delay_continue: ret restore EXPORT_SYMBOL(__udelay) EXPORT_SYMBOL(__ndelay) /* Handle a software breakpoint */ /* We have to inform parent that child has stopped */ Loading arch/sparc/kernel/head_32.S +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ #include <asm/thread_info.h> /* TI_UWINMASK */ #include <asm/errno.h> #include <asm/pgtsrmmu.h> /* SRMMU_PGDIR_SHIFT */ #include <asm/export.h> .data /* The following are used with the prom_vector node-ops to figure out Loading Loading @@ -60,6 +61,7 @@ sun4e_notsup: */ .globl empty_zero_page empty_zero_page: .skip PAGE_SIZE EXPORT_SYMBOL(empty_zero_page) .global root_flags .global ram_flags Loading Loading @@ -813,3 +815,4 @@ lvl14_save: __ret_efault: ret restore %g0, -EFAULT, %o0 EXPORT_SYMBOL(__ret_efault) arch/sparc/kernel/head_64.S +6 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ #include <asm/estate.h> #include <asm/sfafsr.h> #include <asm/unistd.h> #include <asm/export.h> /* This section from from _start to sparc64_boot_end should fit into * 0x0000000000404000 to 0x0000000000408000. Loading Loading @@ -143,6 +144,7 @@ prom_cpu_compatible: .skip 64 prom_root_node: .word 0 EXPORT_SYMBOL(prom_root_node) prom_mmu_ihandle_cache: .word 0 prom_boot_mapped_pc: Loading @@ -158,6 +160,7 @@ is_sun4v: .word 0 sun4v_chip_type: .word SUN4V_CHIP_INVALID EXPORT_SYMBOL(sun4v_chip_type) 1: rd %pc, %l0 Loading Loading @@ -920,6 +923,7 @@ swapper_4m_tsb: .globl prom_tba, tlb_type prom_tba: .xword 0 tlb_type: .word 0 /* Must NOT end up in BSS */ EXPORT_SYMBOL(tlb_type) .section ".fixup",#alloc,#execinstr .globl __ret_efault, __retl_efault, __ret_one, __retl_one Loading @@ -927,6 +931,7 @@ ENTRY(__ret_efault) ret restore %g0, -EFAULT, %o0 ENDPROC(__ret_efault) EXPORT_SYMBOL(__ret_efault) ENTRY(__retl_efault) retl Loading Loading
arch/sparc/include/asm/Kbuild +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ generic-y += cputime.h generic-y += div64.h generic-y += emergency-restart.h generic-y += exec.h generic-y += export.h generic-y += irq_regs.h generic-y += irq_work.h generic-y += linkage.h Loading
arch/sparc/kernel/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ obj-y += auxio_$(BITS).o obj-$(CONFIG_SUN_PM) += apc.o pmc.o obj-$(CONFIG_MODULES) += module.o obj-$(CONFIG_MODULES) += sparc_ksyms_$(BITS).o obj-$(CONFIG_MODULES) += sparc_ksyms.o obj-$(CONFIG_SPARC_LED) += led.o obj-$(CONFIG_KGDB) += kgdb_$(BITS).o Loading
arch/sparc/kernel/entry.S +3 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ #include <asm/unistd.h> #include <asm/asmmacro.h> #include <asm/export.h> #define curptr g6 Loading Loading @@ -1207,6 +1208,8 @@ delay_continue: ret restore EXPORT_SYMBOL(__udelay) EXPORT_SYMBOL(__ndelay) /* Handle a software breakpoint */ /* We have to inform parent that child has stopped */ Loading
arch/sparc/kernel/head_32.S +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ #include <asm/thread_info.h> /* TI_UWINMASK */ #include <asm/errno.h> #include <asm/pgtsrmmu.h> /* SRMMU_PGDIR_SHIFT */ #include <asm/export.h> .data /* The following are used with the prom_vector node-ops to figure out Loading Loading @@ -60,6 +61,7 @@ sun4e_notsup: */ .globl empty_zero_page empty_zero_page: .skip PAGE_SIZE EXPORT_SYMBOL(empty_zero_page) .global root_flags .global ram_flags Loading Loading @@ -813,3 +815,4 @@ lvl14_save: __ret_efault: ret restore %g0, -EFAULT, %o0 EXPORT_SYMBOL(__ret_efault)
arch/sparc/kernel/head_64.S +6 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ #include <asm/estate.h> #include <asm/sfafsr.h> #include <asm/unistd.h> #include <asm/export.h> /* This section from from _start to sparc64_boot_end should fit into * 0x0000000000404000 to 0x0000000000408000. Loading Loading @@ -143,6 +144,7 @@ prom_cpu_compatible: .skip 64 prom_root_node: .word 0 EXPORT_SYMBOL(prom_root_node) prom_mmu_ihandle_cache: .word 0 prom_boot_mapped_pc: Loading @@ -158,6 +160,7 @@ is_sun4v: .word 0 sun4v_chip_type: .word SUN4V_CHIP_INVALID EXPORT_SYMBOL(sun4v_chip_type) 1: rd %pc, %l0 Loading Loading @@ -920,6 +923,7 @@ swapper_4m_tsb: .globl prom_tba, tlb_type prom_tba: .xword 0 tlb_type: .word 0 /* Must NOT end up in BSS */ EXPORT_SYMBOL(tlb_type) .section ".fixup",#alloc,#execinstr .globl __ret_efault, __retl_efault, __ret_one, __retl_one Loading @@ -927,6 +931,7 @@ ENTRY(__ret_efault) ret restore %g0, -EFAULT, %o0 ENDPROC(__ret_efault) EXPORT_SYMBOL(__ret_efault) ENTRY(__retl_efault) retl Loading