Re: [prepatches] removal of console_lock

Andrew Morton (andrewm@uow.edu.au)
Sun, 04 Mar 2001 21:42:12 +1100


Pierre Rousselet wrote:
>
> Andrew Morton wrote:
>
> > This patch fixes it. Interrupts are enabled across all console operations.
> >
> > It's still somewhat a work-in-progress.
>
> The patch applies OK against 2.4.3-pre1
> At the end of make bzImage I got
> kerne/kernel.o(.text+0xcd00): undefined reference to 'in_interrupt'

Thanks. Add a

#include <linux/interrupt.h>

to kernel/pm.c
-
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/