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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/