public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -rt] export tsc_c3_compensate for x86_64
@ 2005-11-25 23:28 Steven Rostedt
  2005-11-26 12:33 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Rostedt @ 2005-11-25 23:28 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: LKML

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)
 {



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH -rt] export tsc_c3_compensate for x86_64
  2005-11-25 23:28 [PATCH -rt] export tsc_c3_compensate for x86_64 Steven Rostedt
@ 2005-11-26 12:33 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2005-11-26 12:33 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: LKML, Thomas Gleixner, john stultz


* Steven Rostedt <rostedt@goodmis.org> wrote:

> Ingo,
> 
> The tsc_c3_compensate needs to be exported for the x86_64 arch.

thanks, applied. (the GTOD/khrt trees should pick it up too)

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-26 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-25 23:28 [PATCH -rt] export tsc_c3_compensate for x86_64 Steven Rostedt
2005-11-26 12:33 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox