Loading arch/mips/kernel/signal-common.h +0 −6 Original line number Diff line number Diff line Loading @@ -45,12 +45,6 @@ struct sigframe { #endif /* !ICACHE_REFILLS_WORKAROUND_WAR */ /* * handle hardware context */ extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *); extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *); /* * Determine which stack to use.. */ Loading arch/mips/kernel/signal_n32.c +4 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,10 @@ #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *); extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *); /* IRIX compatible stack_t */ typedef struct sigaltstack32 { s32 ss_sp; Loading Loading
arch/mips/kernel/signal-common.h +0 −6 Original line number Diff line number Diff line Loading @@ -45,12 +45,6 @@ struct sigframe { #endif /* !ICACHE_REFILLS_WORKAROUND_WAR */ /* * handle hardware context */ extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *); extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *); /* * Determine which stack to use.. */ Loading
arch/mips/kernel/signal_n32.c +4 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,10 @@ #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *); extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *); /* IRIX compatible stack_t */ typedef struct sigaltstack32 { s32 ss_sp; Loading