lkml.org 
[lkml]   [2007]   [May]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: v2.6.21-rt3
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
--- 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
\
 
 \ /
  Last update: 2007-05-21 18:13    [W:0.105 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site