lkml.org 
[lkml]   [2005]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH -rt] export tsc_c3_compensate for x86_64
From
Date
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-11-26 00:32    [W:0.024 / U:0.744 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site