[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <452C3CA6.2060403@goop.org>
Date: Tue, 10 Oct 2006 17:36:54 -0700
From: Jeremy Fitzhardinge <jeremy@...p.org>
To: Andrew Morton <akpm@...l.org>
CC: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...e.hu>, john stultz <johnstul@...ibm.com>
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@...p.org>
Cc: Andrew Morton <akpm@...l.org>
Cc: tglx@...utronix.de
Cc: mingo@...e.hu
Cc: johnstul@...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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists