From: Ulrich Drepper <drepper@redhat.com>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: oops with bk version as of 20030420T20:00:00-0700
Date: Sun, 20 Apr 2003 21:45:16 -0700 [thread overview]
Message-ID: <3EA3775C.6060703@redhat.com> (raw)
In-Reply-To: <3EA369B7.5070905@redhat.com>
[-- Attachment #1.1: Type: text/plain, Size: 418 bytes --]
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 `---------------------------
[-- Attachment #1.2: d-kernel-rtc --]
[-- Type: text/plain, Size: 663 bytes --]
--- 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
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
prev parent reply other threads:[~2003-04-21 4:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-21 3:47 oops with bk version as of 20030420T20:00:00-0700 Ulrich Drepper
2003-04-21 4:45 ` Ulrich Drepper [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3EA3775C.6060703@redhat.com \
--to=drepper@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox