aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/alpha/include/uapi/asm/siginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/include/uapi/asm/siginfo.h')
-rw-r--r--arch/alpha/include/uapi/asm/siginfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/alpha/include/uapi/asm/siginfo.h b/arch/alpha/include/uapi/asm/siginfo.h
index 972f547d9e41..70494d1d8f29 100644
--- a/arch/alpha/include/uapi/asm/siginfo.h
+++ b/arch/alpha/include/uapi/asm/siginfo.h
@@ -10,14 +10,14 @@
* SIGFPE si_codes
*/
#ifdef __KERNEL__
-#define FPE_FIXME (__SI_FAULT|0) /* Broken dup of SI_USER */
+#define FPE_FIXME 0 /* Broken dup of SI_USER */
#endif /* __KERNEL__ */
/*
* SIGTRAP si_codes
*/
#ifdef __KERNEL__
-#define TRAP_FIXME (__SI_FAULT|0) /* Broken dup of SI_USER */
+#define TRAP_FIXME 0 /* Broken dup of SI_USER */
#endif /* __KERNEL__ */
#endif