linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fixed a compile bug in 2.6.15-rt4
@ 2006-01-13  9:41 Luca Falavigna
  2006-01-13 13:52 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Falavigna @ 2006-01-13  9:41 UTC (permalink / raw)
  To: mingo, Linux Kernel Mailing List

This patch fixes a compile bug in 2.6.15-rt4, but I think it is
present in hrtimer implementation too.

Signed-off-by: Luca Falavigna <dktrkranz@gmail.com

--- patch-2.6.15-rt4.orig       2006-01-13 10:41:48.000000000 +0100
+++ patch-2.6.15-rt4    2006-01-13 10:42:17.000000000 +0100
@@ -35663,7 +35663,7 @@ Index: linux/kernel/hrtimer.c
 +# define hrtimer_hres_active          0
 +# define hres_enqueue_expired(t,b,n)  0
 +# define hrtimer_check_clocks()               do { } while (0)
-+# define kick_off_hrtimer             do { } while (0)
++# define kick_off_hrtimer(timer, base)        do { } while (0)
 +
 +#endif /* !CONFIG_HIGH_RES_TIMERS */
 +

Regards,

--
Luca

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fixed a compile bug in 2.6.15-rt4
  2006-01-13  9:41 [PATCH] Fixed a compile bug in 2.6.15-rt4 Luca Falavigna
@ 2006-01-13 13:52 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2006-01-13 13:52 UTC (permalink / raw)
  To: Luca Falavigna; +Cc: Linux Kernel Mailing List


* Luca Falavigna <dktrkranz@gmail.com> wrote:

> This patch fixes a compile bug in 2.6.15-rt4, but I think it is 
> present in hrtimer implementation too.
> 
> Signed-off-by: Luca Falavigna <dktrkranz@gmail.com

thanks, applied.

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-13 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-13  9:41 [PATCH] Fixed a compile bug in 2.6.15-rt4 Luca Falavigna
2006-01-13 13:52 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).