[patch] Very minor

Aaron Tiensivu (tiensivu@pilot.msu.edu)
Sun, 28 Jul 1996 23:49:24 -0400 (EDT)


Since you can't compile the kernel with a version of GCC that has this bug,
might as well disable this bug identifier.

--- linux/kernel/panic.c.orig Sun Jul 28 23:37:52 1996
+++ linux/kernel/panic.c Sun Jul 28 23:40:51 1996
@@ -64,5 +64,8 @@

int bad_user_access_length(void)
{
+#if 0
panic("bad_user_access_length executed (not cool, dude)");
+#endif
}
+