]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SPARC64]: Move signal compat bits to new header file.
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 2 Oct 2006 21:17:57 +0000 (14:17 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 2 Oct 2006 21:24:18 +0000 (14:24 -0700)
commit14cc6abada7770bb7bd637bf7bce35503e10b652
tree774be8f0536e7d229952dd61e6cda839ac36a153
parent0235497f7a961db57ef975eb889503809ce82fe5
[SPARC64]: Move signal compat bits to new header file.

Create asm-sparc64/compat_signal.h and stuff things there.

This avoids the "linux/compat.h includes asm/signal.h but
asm/signal.h needs compat_sigset_t which isn't defined yet"
problems introduced recently.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/signal32.c
arch/sparc64/kernel/sys_sparc32.c
arch/sparc64/kernel/sys_sunos32.c
include/asm-sparc64/compat_signal.h [new file with mode: 0644]
include/asm-sparc64/signal.h