All of lore.kernel.org
 help / color / mirror / Atom feed
* - time-uninline-jiffiesh-fix.patch removed from -mm tree
@ 2006-12-13 22:48 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2006-12-13 22:48 UTC (permalink / raw)
  To: jeremy, mingo, tglx, mm-commits


The patch titled
     Export jiffies_to_timespec()
has been removed from the -mm tree.  Its filename was
     time-uninline-jiffiesh-fix.patch

This patch was dropped because it is obsolete

------------------------------------------------------
Subject: Export jiffies_to_timespec()
From: Jeremy Fitzhardinge <jeremy@goop.org>

Export jiffies_to_timespec; previously modules used the inlined header
version.

Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 kernel/time.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN kernel/time.c~time-uninline-jiffiesh-fix kernel/time.c
--- a/kernel/time.c~time-uninline-jiffiesh-fix
+++ a/kernel/time.c
@@ -566,6 +566,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"
  *
_

Patches currently in -mm which might be from jeremy@goop.org are

origin.patch
use-activate_mm-in-fs-aiocuse_mm.patch
convert-i386-pda-code-to-use-%fs.patch
gtod-uninline-jiffiesh.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-12-13 22:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-13 22:48 - time-uninline-jiffiesh-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.