Re: oops with bk version as of 20030420T20:00:00-0700

From: Ulrich Drepper (drepper@redhat.com)
Date: Sun Apr 20 2003 - 23:45:16 EST


Ulrich Drepper wrote:
> I got this oops right at startup time. The machine is a UP P4 HT
> (Northwood core).
> [...]

Cured by this patch. Arnaldo Carvalho de Melo pointed me to the lkml
thread.

-- 
--------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------

--- drivers/char/rtc.c-save 2003-04-20 21:43:11.000000000 -0700 +++ drivers/char/rtc.c 2003-04-20 21:40:23.000000000 -0700 @@ -180,7 +180,7 @@ static const unsigned char days_in_mo[] * (See ./arch/XXXX/kernel/time.c for the set_rtc_mmss() function.) */ -static void rtc_interrupt(int irq, void *dev_id, struct pt_regs *regs) +static irqreturn_t rtc_interrupt(int irq, void *dev_id, struct pt_regs *regs) { /* * Can be an alarm interrupt, update complete interrupt, @@ -208,6 +208,7 @@ static void rtc_interrupt(int irq, void wake_up_interruptible(&rtc_wait); kill_fasync (&rtc_async_queue, SIGIO, POLL_IN); + return IRQ_HANDLED; } #endif


- 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 : Wed Apr 23 2003 - 22:00:28 EST