Update of /cvsroot/linuxconsole/ruby/linux/include/linux
In directory usw-pr-cvs1:/tmp/cvs-serv1198/include/linux
Modified Files:
kernel.h
Log Message:
Synced to 2.4.12
Index: kernel.h
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/include/linux/kernel.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- kernel.h 2001/10/06 16:11:13 1.7
+++ kernel.h 2001/10/15 01:13:17 1.8
@@ -96,6 +96,9 @@
extern void bust_spinlocks(int yes);
extern int oops_in_progress; /* If set, an oops, panic(), BUG() or die() is in progress */
+extern int tainted;
+extern const char *print_tainted(void);
+
static inline void do_BUG(const char *file, int line)
{
bust_spinlocks(1);
|