X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sparc64%2Fsignal.h;h=1673945ea5a1489dddd962bca2cf1429de83e16e;hb=da7238bfbc1c5267bb3c9a79e03b6c296839a07e;hp=3d252c484972bbfa9e9057f63839ea144e9cc83c;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/include/asm-sparc64/signal.h b/include/asm-sparc64/signal.h index 3d252c484..1673945ea 100644 --- a/include/asm-sparc64/signal.h +++ b/include/asm-sparc64/signal.h @@ -212,7 +212,7 @@ struct __new_sigaction32 { struct k_sigaction { struct __new_sigaction sa; - void *ka_restorer; + void __user *ka_restorer; }; #endif @@ -253,8 +253,6 @@ struct signal_deliver_cookie { struct pt_regs; extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie); -#define HAVE_ARCH_SYS_PAUSE - #endif /* !(__KERNEL__) */ #endif /* !(__ASSEMBLY__) */