Re: [PATCHSET] 2.4.21-pre2-jp15

Margit Schubert-While (margitsw@t-online.de)
Mon, 30 Dec 2002 21:32:08 +0100


Hi Jörg,
Sorry, the patch doesn't change anything.
I am compiling with PREEMPT off.
Looking at sysrq.c , I would say that a couple of
#ifdef's are missing. The code in the handle_preempt
function, I think should be ifdef'd on CONFIG_PREEMPT_LOG

Margit

At 19:56 30.12.02 +0100, you wrote:
> >drivers/char/char.o: In function `sysrq_handle_preempt_log':
> >drivers/char/char.o(.text+0x1c79e): undefined reference to
> `show_preempt_log'
>
>Please apply
>
>http://infolinux.de/jp15/076_sysrq-preempt-log-fix
>
>Patchset .bz2 archive will be updated.
>
>Jörg
>
>--- linux-jp15/drivers/char/sysrq.c.orig 2002-12-30
>19:48:15.000000000 +0100
>+++ linux-jp15/drivers/char/sysrq.c 2002-12-30 19:48:35.000000000 +0100
>@@ -27,7 +27,7 @@
> #include <linux/quotaops.h>
> #include <linux/smp_lock.h>
> #include <linux/module.h>
>-
>+#include <linux/sched.h>
> #include <linux/spinlock.h>
>
> #include <asm/ptrace.h>

-
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/