lkml.org 
[lkml]   [2006]   [Oct]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 2.6.19-rc1-mm1] Export jiffies_to_timespec()
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"
*

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-10-11 02:41    [W:0.060 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site