signal: Remove kernel interal si_code magic
[linux-2.6-microblaze.git] / arch / alpha / include / uapi / asm / siginfo.h
index 9822362..70494d1 100644 (file)
@@ -6,4 +6,18 @@
 
 #include <asm-generic/siginfo.h>
 
+/*
+ * SIGFPE si_codes
+ */
+#ifdef __KERNEL__
+#define FPE_FIXME      0       /* Broken dup of SI_USER */
+#endif /* __KERNEL__ */
+
+/*
+ * SIGTRAP si_codes
+ */
+#ifdef __KERNEL__
+#define TRAP_FIXME     0       /* Broken dup of SI_USER */
+#endif /* __KERNEL__ */
+
 #endif