[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.58.0609231342150.23264@gandalf.stny.rr.com>
Date: Sat, 23 Sep 2006 13:44:27 -0400 (EDT)
From: Steven Rostedt <rostedt@...dmis.org>
To: Ingo Molnar <mingo@...e.hu>
cc: LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH -rt] export symbol jiffies_to_timespec
Hi Ingo,
My Atheros wireless nic driver doesn't load without this patch.
-- Steve
Signed-off-by: Steven Rostedt <rostedt@...dmis.org>
Index: linux-2.6.18-rt3/kernel/time.c
===================================================================
--- linux-2.6.18-rt3.orig/kernel/time.c 2006-09-23 13:29:31.000000000 -0400
+++ linux-2.6.18-rt3/kernel/time.c 2006-09-23 13:30:11.000000000 -0400
@@ -613,6 +613,8 @@ jiffies_to_timespec(const unsigned long
value->tv_sec = div_long_long_rem(nsec, NSEC_PER_SEC, &value->tv_nsec);
}
+EXPORT_SYMBOL(jiffies_to_timespec);
+
/* Same for "timeval"
*
* Well, almost. The problem here is that the real system resolution is
-
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