lkml.org 
[lkml]   [2005]   [Oct]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6.14-rc4-rt7
Ingo Molnar wrote:

Ingo,

The attached patch is necessary to build -rt8 if high res timers are not
enabled.

--
kr
--- linux-2.6.14-rc4/kernel/ktimers.c.orig 2005-10-18 08:25:10.000000000 -0500
+++ linux-2.6.14-rc4/kernel/ktimers.c 2005-10-18 09:05:36.000000000 -0500
@@ -1222,7 +1222,9 @@
printk("rem: %u/%u\n",
rem.tv.sec, rem.tv.nsec);
printk("overrun: %d\n", timer->overrun);
+#ifdef CONFIG_HIGH_RES_TIMERS
printk("getoffset: %p\n", base->getoffset);
+#endif
WARN_ON(1);
}
}
\
 
 \ /
  Last update: 2005-10-18 16:41    [W:0.124 / U:0.904 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site