public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "K.R. Foley" <kr@cybsft.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: v2.6.21-rt3
Date: Mon, 21 May 2007 11:04:32 -0500	[thread overview]
Message-ID: <4651C310.1090008@cybsft.com> (raw)
In-Reply-To: <20070517194143.GA25394@elte.hu>

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

Ingo Molnar wrote:
> i'm pleased to announce the v2.6.21-rt3 kernel, which can be downloaded 
> from the usual place:
> 

This is actually regarding v2.6.21-rt5 but I don't remember seeing an
announcement for that one. The attached patch is necessary if you happen
to have RTC_HISTOGRAM enabled, which I'm guessing most folks don't.

BTW, what was the consensus on pagefault_enable and pagefault_disable?

-- 
   kr

[-- Attachment #2: fixrtc.patch --]
[-- Type: text/x-patch, Size: 511 bytes --]

--- linux-2.6.21/drivers/char/rtc.c.orig	2007-05-21 08:32:42.000000000 -0500
+++ linux-2.6.21/drivers/char/rtc.c	2007-05-21 08:33:49.000000000 -0500
@@ -93,6 +93,10 @@
 #include <asm/isa.h>
 #endif
 
+static unsigned long rtc_port;
+static int rtc_irq = PCI_IRQ_NONE;
+#endif
+
 #ifdef CONFIG_MIPS
 # include <asm/time.h>
 #endif
@@ -119,10 +123,6 @@ enum rtc_states {
 
 #endif
 
-static unsigned long rtc_port;
-static int rtc_irq = PCI_IRQ_NONE;
-#endif
-
 #ifdef	CONFIG_HPET_RTC_IRQ
 #undef	RTC_IRQ
 #endif

  parent reply	other threads:[~2007-05-21 16:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-17 19:41 v2.6.21-rt3 Ingo Molnar
2007-05-18  7:39 ` v2.6.21-rt3 emin ak
2007-05-18  7:53   ` v2.6.21-rt3 Thomas Gleixner
2007-05-18  8:10     ` v2.6.21-rt3 emin ak
2007-05-18  8:31       ` v2.6.21-rt3 Thomas Gleixner
2007-05-18  8:52         ` v2.6.21-rt3 Wolfgang Grandegger
2007-05-21 16:04 ` K.R. Foley [this message]
2007-05-21 20:11 ` v2.6.21-rt3 Daniel Walker
2007-05-21 20:24   ` v2.6.21-rt3 Thomas Gleixner
2007-05-21 20:25     ` v2.6.21-rt3 Daniel Walker
2007-05-21 20:36       ` v2.6.21-rt3 Thomas Gleixner
2007-05-21 20:41         ` v2.6.21-rt3 Daniel Walker
2007-05-22  8:25           ` v2.6.21-rt3 Ingo Molnar
2007-05-22 15:20             ` v2.6.21-rt3 Daniel Walker

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=4651C310.1090008@cybsft.com \
    --to=kr@cybsft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    /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