[PATCH -rt] export tsc_c3_compensate for x86_64

From: Steven Rostedt
Date: Fri Nov 25 2005 - 18:43:01 EST


Ingo,

The tsc_c3_compensate needs to be exported for the x86_64 arch.

-- Steve

Index: linux-2.6.14-rt15/arch/x86_64/kernel/time.c
===================================================================
--- linux-2.6.14-rt15.orig/arch/x86_64/kernel/time.c 2005-11-25 10:14:09.000000000 -0500
+++ linux-2.6.14-rt15/arch/x86_64/kernel/time.c 2005-11-25 17:43:16.000000000 -0500
@@ -268,6 +268,7 @@
u64 cycles = ((u64)nsecs * tsc_khz)/1000000;
tsc_c3_offset += cycles;
}
+EXPORT_SYMBOL_GPL(tsc_c3_compensate);

static inline u64 tsc_read_c3_time(void)
{


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