[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>
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <asm/psrcompat.h>
|
||||
#include <asm/fpumacro.h>
|
||||
#include <asm/visasm.h>
|
||||
#include <asm/compat_signal.h>
|
||||
|
||||
#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
|
||||
|
||||
|
@@ -61,6 +61,7 @@
|
||||
#include <asm/semaphore.h>
|
||||
#include <asm/mmu_context.h>
|
||||
#include <asm/a.out.h>
|
||||
#include <asm/compat_signal.h>
|
||||
|
||||
asmlinkage long sys32_chown16(const char __user * filename, u16 user, u16 group)
|
||||
{
|
||||
|
@@ -43,6 +43,7 @@
|
||||
#include <asm/idprom.h> /* for gethostid() */
|
||||
#include <asm/unistd.h>
|
||||
#include <asm/system.h>
|
||||
#include <asm/compat_signal.h>
|
||||
|
||||
/* For the nfs mount emulation */
|
||||
#include <linux/socket.h>
|
||||
|
Reference in New Issue
Block a user