patch-2.4.21 linux-2.4.21/include/asm-ppc/signal.h

Next file: linux-2.4.21/include/asm-ppc/smp.h
Previous file: linux-2.4.21/include/asm-ppc/siginfo.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-ppc/signal.h linux-2.4.21/include/asm-ppc/signal.h
@@ -1,6 +1,3 @@
-/*
- * BK Id: SCCS/s.signal.h 1.5 05/17/01 18:14:25 cort
- */
 #ifndef _ASMPPC_SIGNAL_H
 #define _ASMPPC_SIGNAL_H
 
@@ -114,7 +111,7 @@
 #define SA_PROBE		SA_ONESHOT
 #define SA_SAMPLE_RANDOM	SA_RESTART
 #define SA_SHIRQ		0x04000000
-#endif
+#endif /* __KERNEL__ */
 
 #define SIG_BLOCK          0	/* for blocking signals */
 #define SIG_UNBLOCK        1	/* for unblocking signals */
@@ -153,7 +150,6 @@
 
 #ifdef __KERNEL__
 #include <asm/sigcontext.h>
-
-#endif
+#endif /* __KERNEL__ */
 
 #endif

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