linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix the kick_off_hrtimer macro
@ 2006-01-11  0:07 Daniel Walker
  0 siblings, 0 replies; only message in thread
From: Daniel Walker @ 2006-01-11  0:07 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel

	This macro doesn't currently have the two options when 
CONFIG_HIGH_RES_TIMERS is off. So I added them.

Signed-Off-By: Daniel Walker <dwalker@mvista.com>


Index: linux-2.6.15/kernel/hrtimer.c
===================================================================
--- linux-2.6.15.orig/kernel/hrtimer.c
+++ linux-2.6.15/kernel/hrtimer.c
@@ -404,7 +404,7 @@ kick_off_hrtimer(struct hrtimer *timer, 
 # 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(a,b)		do { } while (0)
 
 #endif /* !CONFIG_HIGH_RES_TIMERS */
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-11  0:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-11  0:07 [PATCH] Fix the kick_off_hrtimer macro Daniel Walker

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).