Andrew Morton <akpm@digeo.com> writes:
>diff -puN kernel/sched.c~might-sleep-fix kernel/sched.c
>--- 25/kernel/sched.c~might-sleep-fix Tue May 13 16:32:18 2003
>+++ 25-akpm/kernel/sched.c Tue May 13 16:32:46 2003
>@@ -2842,8 +2842,8 @@ void __might_sleep(char *file, int line)
> if (time_before(jiffies, prev_jiffy + HZ))
> return;
> prev_jiffy = jiffies;
>- printk(KERN_ERR "Debug: sleeping function called from illegal"
>- " context at %s:%d\n", file, line);
>+ printk(KERN_ERR "Debug: sleeping in immoral context "
>+ "at %s:%d\n", file, line);
We could change "in" to "with" to get an X rating for the kernel error
messages. ;-)
SCNR
Henning
-- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH hps@intermeta.de +49 9131 50 654 0 http://www.intermeta.de/Java, perl, Solaris, Linux, xSP Consulting, Web Services freelance consultant -- Jakarta Turbine Development -- hero for hire - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu May 15 2003 - 22:00:51 EST