diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-06-13 09:47:07 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-06-13 09:47:07 -0700 |
commit | 7775c9753b94fe429dc4323360d6502c95e0dd6e (patch) | |
tree | 5e89c5d2186e52591eb1945213ccb812e0411d5d /arch/parisc/hpux/wrappers.S | |
parent | fa8d84b78be10d0c455dd716f40152bb7003bd5b (diff) | |
parent | 42a5a8a60a093c359987fd884aec99b9d7f4c084 (diff) | |
download | kernel_goldelico_gta04-7775c9753b94fe429dc4323360d6502c95e0dd6e.zip kernel_goldelico_gta04-7775c9753b94fe429dc4323360d6502c95e0dd6e.tar.gz kernel_goldelico_gta04-7775c9753b94fe429dc4323360d6502c95e0dd6e.tar.bz2 |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6:
parisc: update my email address
parisc: fix miscompilation of ip_fast_csum with gcc >= 4.3
parisc: fix off by one in setup_sigcontext32
parisc: export empty_zero_page
parisc: export copy_user_page_asm
parisc: move head.S to head.text section
Revert "parisc: fix trivial section name warnings"
Diffstat (limited to 'arch/parisc/hpux/wrappers.S')
-rw-r--r-- | arch/parisc/hpux/wrappers.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/parisc/hpux/wrappers.S b/arch/parisc/hpux/wrappers.S index ccd3a50..58c53c8 100644 --- a/arch/parisc/hpux/wrappers.S +++ b/arch/parisc/hpux/wrappers.S @@ -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 |