linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] RT: Add headers to timeofday.c
@ 2005-09-21 23:38 Daniel Walker
  2005-09-26  6:23 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Walker @ 2005-09-21 23:38 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel

Add cache.h for smp alignment, and seqlock.h for ntp_lock seqlock
define.

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

Index: linux-2.6.13/kernel/ntp.c
===================================================================
--- linux-2.6.13.orig/kernel/ntp.c
+++ linux-2.6.13/kernel/ntp.c
@@ -47,6 +47,8 @@
 #include <linux/ntp.h>
 #include <linux/jiffies.h>
 #include <linux/errno.h>
+#include <linux/cache.h>
+#include <linux/seqlock.h>
 
 #define NTP_DEBUG 0
 



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

* Re: [PATCH] RT: Add headers to timeofday.c
  2005-09-21 23:38 [PATCH] RT: Add headers to timeofday.c Daniel Walker
@ 2005-09-26  6:23 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2005-09-26  6:23 UTC (permalink / raw)
  To: Daniel Walker; +Cc: linux-kernel


* Daniel Walker <dwalker@mvista.com> wrote:

> Add cache.h for smp alignment, and seqlock.h for ntp_lock seqlock
> define.

thanks, applied.

	Ingo

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

end of thread, other threads:[~2005-09-26  6:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-21 23:38 [PATCH] RT: Add headers to timeofday.c Daniel Walker
2005-09-26  6:23 ` 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).