From: Steven Rostedt <rostedt@goodmis.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH -rt] export tsc_c3_compensate for x86_64
Date: Fri, 25 Nov 2005 18:28:04 -0500 [thread overview]
Message-ID: <1132961284.24417.43.camel@localhost.localdomain> (raw)
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)
{
next reply other threads:[~2005-11-25 23:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-25 23:28 Steven Rostedt [this message]
2005-11-26 12:33 ` [PATCH -rt] export tsc_c3_compensate for x86_64 Ingo Molnar
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=1132961284.24417.43.camel@localhost.localdomain \
--to=rostedt@goodmis.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox