--=_courier-22320-1050900784-0001-2
Content-Type: multipart/mixed;
boundary="------------060804010101070508070300"
This is a multi-part message in MIME format.
--------------060804010101070508070300
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
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 `-----------------------------------------060804010101070508070300 Content-Type: text/plain; name="d-kernel-rtc" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="d-kernel-rtc"
--- 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
--------------060804010101070508070300--
--=_courier-22320-1050900784-0001-2 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+o3dc2ijCOnn/RHQRAtwrAKDMuDiHkk7xq69r7tA2ptaMQ1vCDQCePkVw 8+9SGE9+4xWSCsvh5iQY8N8= =uyp/ -----END PGP SIGNATURE-----
--=_courier-22320-1050900784-0001-2--