patch-pre2.0.7 linux/include/linux/kernel.h
Next file: linux/include/linux/mcdx.h
Previous file: linux/include/linux/isdn.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon May 20 20:33:57 1996
- Orig file:
pre2.0.6/linux/include/linux/kernel.h
- Orig date:
Tue May 7 16:22:38 1996
diff -u --recursive --new-file pre2.0.6/linux/include/linux/kernel.h linux/include/linux/kernel.h
@@ -29,15 +29,9 @@
#define KERN_INFO "<6>" /* informational */
#define KERN_DEBUG "<7>" /* debug-level messages */
-#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
-# define NORET_TYPE __volatile__
-# define ATTRIB_NORET /**/
-# define NORET_AND /**/
-#else
# define NORET_TYPE /**/
# define ATTRIB_NORET __attribute__((noreturn))
# define NORET_AND noreturn,
-#endif
extern void math_error(void);
NORET_TYPE void panic(const char * fmt, ...)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this