patch-2.4.20 linux-2.4.20/include/asm-ia64/siginfo.h

Next file: linux-2.4.20/include/asm-ia64/sn/sn2/shub_md.h
Previous file: linux-2.4.20/include/asm-ia64/serial.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-ia64/siginfo.h linux-2.4.20/include/asm-ia64/siginfo.h
@@ -153,7 +153,8 @@
 #define ILL_BADSTK	(__SI_FAULT|8)	/* internal stack error */
 #define ILL_BADIADDR	(__SI_FAULT|9)	/* unimplemented instruction address */
 #define __ILL_BREAK	(__SI_FAULT|10)	/* illegal break */
-#define NSIGILL		10
+#define __ILL_BNDMOD	(__SI_FAULT|11)	/* bundle-update (modification) in progress */
+#define NSIGILL		11
 
 /*
  * SIGFPE si_codes

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)