diff options
author | Jonas Bonn <jonas@southpole.se> | 2012-04-10 12:49:13 +0400 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2012-05-08 13:43:30 +0400 |
commit | b0e026f4dc118752382fa926431b4512a8042e09 (patch) | |
tree | 6d2d91a655e9da94dc96c19342ca87421676f9df /arch/openrisc/include/asm/Kbuild | |
parent | 4971f2bdb746e6cc8423ea60f99694884f6052c5 (diff) | |
download | linux-b0e026f4dc118752382fa926431b4512a8042e09.tar.xz |
openrisc: header file cleanups
elf.h: We can export some of these symbols to userspace. libc needs them
and we just as well provide them as asm/elf.h as copying them into separate
libc headers.
ptrace.h: Having padding in the user_regs_struct isn't of any particular
value and just confuses GDB. spr_defs isn't needed in userspace; libc
has its own copy anyway.
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Diffstat (limited to 'arch/openrisc/include/asm/Kbuild')
-rw-r--r-- | arch/openrisc/include/asm/Kbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/openrisc/include/asm/Kbuild b/arch/openrisc/include/asm/Kbuild index dcea5a0308ae..c936483bc8e2 100644 --- a/arch/openrisc/include/asm/Kbuild +++ b/arch/openrisc/include/asm/Kbuild @@ -1,6 +1,7 @@ include include/asm-generic/Kbuild.asm -header-y += spr_defs.h +header-y += elf.h +header-y += ucontext.h generic-y += atomic.h generic-y += auxvec.h |