diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-01-02 19:21:06 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-02 19:21:06 -0800 |
commit | ece93487c31607558f4b91f378fcee4b43956dbc (patch) | |
tree | f7b44233473a49b983f51dbf3c9ed56be0fa1b02 /arch/sparc/include/asm/Kbuild | |
parent | 55d646feee9c0ced63f4189aca4ba7c9508b75f9 (diff) | |
download | blackbird-obmc-linux-ece93487c31607558f4b91f378fcee4b43956dbc.tar.gz blackbird-obmc-linux-ece93487c31607558f4b91f378fcee4b43956dbc.zip |
sparc: unify signal.h
They were almost identical and with the preapration
patch nothing was needed to be added.
The unified version contains a few sparc64 only definitions
but they are kept as is and not protected by ifdef/endif.
The unified version exports a bit more to userspace then the
32 bit version did.
This is not considered fatal.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/Kbuild')
-rw-r--r-- | arch/sparc/include/asm/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/Kbuild b/arch/sparc/include/asm/Kbuild index 42cf48394d7e..fe724d47eb09 100644 --- a/arch/sparc/include/asm/Kbuild +++ b/arch/sparc/include/asm/Kbuild @@ -9,8 +9,6 @@ header-y += sigcontext_32.h header-y += sigcontext_64.h header-y += siginfo_32.h header-y += siginfo_64.h -header-y += signal_32.h -header-y += signal_64.h header-y += apc.h header-y += asi.h |