lkml.org 
[lkml]   [2003]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: oops with bk version as of 20030420T20:00:00-0700
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
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.043 / U:0.316 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site