Loading arch/parisc/hpux/gate.S +1 −2 Original line number Diff line number Diff line Loading @@ -13,10 +13,9 @@ #include <asm/unistd.h> #include <asm/errno.h> #include <linux/linkage.h> #include <linux/init.h> .level LEVEL __HEAD .text .import hpux_call_table .import hpux_syscall_exit,code Loading arch/parisc/hpux/wrappers.S +1 −2 Original line number Diff line number Diff line Loading @@ -28,10 +28,9 @@ #include <asm/assembly.h> #include <asm/signal.h> #include <linux/linkage.h> #include <linux/init.h> .level LEVEL __HEAD .text /* These should probably go in a header file somewhere. * They are duplicated in kernel/wrappers.S Loading arch/parisc/kernel/entry.S +1 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ #include <asm/thread_info.h> #include <linux/linkage.h> #include <linux/init.h> #ifdef CONFIG_64BIT .level 2.0w Loading Loading @@ -622,7 +621,7 @@ * the static part of the kernel address space. */ __HEAD .text .align PAGE_SIZE Loading arch/parisc/kernel/head.S +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ ENTRY(boot_args) .word 0 /* arg3 */ END(boot_args) __HEAD .section .text.head .align 4 .import init_thread_union,data .import fault_vector_20,code /* IVA parisc 2.0 32 bit */ Loading arch/parisc/kernel/hpmc.S +1 −2 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ #include <asm/pdc.h> #include <linux/linkage.h> #include <linux/init.h> /* * stack for os_hpmc, the HPMC handler. Loading Loading @@ -77,7 +76,7 @@ ENTRY(hpmc_pim_data) .block HPMC_PIM_DATA_SIZE END(hpmc_pim_data) __HEAD .text .import intr_save, code ENTRY(os_hpmc) Loading Loading
arch/parisc/hpux/gate.S +1 −2 Original line number Diff line number Diff line Loading @@ -13,10 +13,9 @@ #include <asm/unistd.h> #include <asm/errno.h> #include <linux/linkage.h> #include <linux/init.h> .level LEVEL __HEAD .text .import hpux_call_table .import hpux_syscall_exit,code Loading
arch/parisc/hpux/wrappers.S +1 −2 Original line number Diff line number Diff line Loading @@ -28,10 +28,9 @@ #include <asm/assembly.h> #include <asm/signal.h> #include <linux/linkage.h> #include <linux/init.h> .level LEVEL __HEAD .text /* These should probably go in a header file somewhere. * They are duplicated in kernel/wrappers.S Loading
arch/parisc/kernel/entry.S +1 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ #include <asm/thread_info.h> #include <linux/linkage.h> #include <linux/init.h> #ifdef CONFIG_64BIT .level 2.0w Loading Loading @@ -622,7 +621,7 @@ * the static part of the kernel address space. */ __HEAD .text .align PAGE_SIZE Loading
arch/parisc/kernel/head.S +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ ENTRY(boot_args) .word 0 /* arg3 */ END(boot_args) __HEAD .section .text.head .align 4 .import init_thread_union,data .import fault_vector_20,code /* IVA parisc 2.0 32 bit */ Loading
arch/parisc/kernel/hpmc.S +1 −2 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ #include <asm/pdc.h> #include <linux/linkage.h> #include <linux/init.h> /* * stack for os_hpmc, the HPMC handler. Loading Loading @@ -77,7 +76,7 @@ ENTRY(hpmc_pim_data) .block HPMC_PIM_DATA_SIZE END(hpmc_pim_data) __HEAD .text .import intr_save, code ENTRY(os_hpmc) Loading