public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.19-rc1-mm1] Export jiffies_to_timespec()
@ 2006-10-11  0:36 Jeremy Fitzhardinge
  2006-10-11  7:02 ` Arjan van de Ven
  2006-10-11 16:16 ` Christoph Hellwig
  0 siblings, 2 replies; 7+ messages in thread
From: Jeremy Fitzhardinge @ 2006-10-11  0:36 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Linux Kernel Mailing List, Thomas Gleixner, Ingo Molnar,
	john stultz

Export jiffies_to_timespec; previously modules used the inlined header version.

Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: Andrew Morton <akpm@osdl.org>
Cc: tglx@linutronix.de
Cc: mingo@elte.hu
Cc: johnstul@us.ibm.com 

diff -r 821dbffe1ec5 kernel/time.c
--- a/kernel/time.c	Tue Oct 10 16:35:36 2006 -0700
+++ b/kernel/time.c	Tue Oct 10 16:35:55 2006 -0700
@@ -607,6 +607,7 @@ jiffies_to_timespec(const unsigned long 
 	u64 nsec = (u64)jiffies * TICK_NSEC;
 	value->tv_sec = div_long_long_rem(nsec, NSEC_PER_SEC, &value->tv_nsec);
 }
+EXPORT_SYMBOL(jiffies_to_timespec);
 
 /* Same for "timeval"
  *



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

end of thread, other threads:[~2006-10-28 16:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-11  0:36 [PATCH 2.6.19-rc1-mm1] Export jiffies_to_timespec() Jeremy Fitzhardinge
2006-10-11  7:02 ` Arjan van de Ven
2006-10-11  7:07   ` Jeremy Fitzhardinge
2006-10-11 16:16 ` Christoph Hellwig
2006-10-11 18:17   ` Andrew Morton
2006-10-28 16:50     ` Christoph Hellwig
2006-10-11 19:48   ` Jeremy Fitzhardinge

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