All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Andrew Morton <akpm@osdl.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@elte.hu>,
	john stultz <johnstul@us.ibm.com>
Subject: [PATCH 2.6.19-rc1-mm1] Export jiffies_to_timespec()
Date: Tue, 10 Oct 2006 17:36:54 -0700	[thread overview]
Message-ID: <452C3CA6.2060403@goop.org> (raw)

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"
  *



             reply	other threads:[~2006-10-11  0:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-11  0:36 Jeremy Fitzhardinge [this message]
2006-10-11  7:02 ` [PATCH 2.6.19-rc1-mm1] Export jiffies_to_timespec() 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=452C3CA6.2060403@goop.org \
    --to=jeremy@goop.org \
    --cc=akpm@osdl.org \
    --cc=johnstul@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.