patch-2.1.69 linux/include/asm-i386/signal.h
Next file: linux/include/asm-i386/system.h
Previous file: linux/include/asm-i386/sigcontext.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Mon Dec 1 11:16:57 1997
- Orig file:
v2.1.68/linux/include/asm-i386/signal.h
- Orig date:
Mon Dec 1 12:04:14 1997
diff -u --recursive --new-file v2.1.68/linux/include/asm-i386/signal.h linux/include/asm-i386/signal.h
@@ -89,6 +89,7 @@
#define SA_RESTORER 0x04000000
#ifdef __KERNEL__
+
/*
* These values of sa_flags are used only by the kernel as part of the
* irq handling routines.
@@ -138,7 +139,6 @@
#ifdef __KERNEL__
#include <asm/sigcontext.h>
-#endif
#define __HAVE_ARCH_SIG_BITOPS
@@ -178,5 +178,7 @@
__asm__("bsfl %1,%0" : "=r"(word) : "rm"(word) : "cc");
return word;
}
+
+#endif
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov