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