* [RT] 2.6.16-rt12 hrtimer compile error
@ 2006-04-04 14:01 K.R. Foley
0 siblings, 0 replies; only message in thread
From: K.R. Foley @ 2006-04-04 14:01 UTC (permalink / raw)
To: Ingo Molnar; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 103 bytes --]
The attached patch is necessary to build 2.6.16-rt12 with
CONFIG_HIGH_RES_TIMERS disabled.
--
kr
[-- Attachment #2: hrtdef.patch --]
[-- Type: text/x-patch, Size: 452 bytes --]
--- linux-2.6.16/kernel/hrtimer.h.orig 2006-04-04 08:50:14.000000000 -0500
+++ linux-2.6.16/kernel/hrtimer.h 2006-04-04 08:50:18.000000000 -0500
@@ -207,6 +207,7 @@
# define hrtimer_init_hres(c) do { } while (0)
# define hrtimer_init_timer_hres(t) do { } while (0)
# define hrtimer_update_timer_prio(t) do { } while (0)
+# define hrtimer_adjust_softirq_prio(b) do { } while (0)
static inline void hrtimer_init_base(struct hrtimer_base *base)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-04 14:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-04 14:01 [RT] 2.6.16-rt12 hrtimer compile error K.R. Foley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome