mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH]: tick-sched.c build fix
@ 2007-02-25  5:42 David Miller
  2007-02-25  9:04 ` Thomas Gleixner
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2007-02-25  5:42 UTC (permalink / raw)
  To: johnstul; +Cc: tglx, linux-kernel, peter.keilty


While getting dynticks/hrtimers up on sparc64 I ran into
the following build problem.  If you use get_irq_regs() you
need to include asm/irq_regs.h

Signed-off-by: David S. Miller <davem@davemloft.net>

diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c
index 512a4a9..51556b9 100644
--- a/kernel/time/tick-sched.c
+++ b/kernel/time/tick-sched.c
@@ -21,6 +21,8 @@
 #include <linux/sched.h>
 #include <linux/tick.h>
 
+#include <asm/irq_regs.h>
+
 #include "tick-internal.h"
 
 /*

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

end of thread, other threads:[~2007-02-26 23:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-25  5:42 [PATCH]: tick-sched.c build fix David Miller
2007-02-25  9:04 ` Thomas Gleixner
2007-02-26 19:22   ` David Miller
2007-02-26 23:32     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®