lkml.org 
[lkml]   [2003]   [Apr]   [21]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSun, 20 Apr 2003 21:45:16 -0700
FromUlrich Drepper <>
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 12:34    [from the cache]
©2003-2008