From: "Paweł Sikora" <pluto@agmk.net>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.6.14-rt4] / fix `"tsc_c3_compensate" [drivers/acpi/processor.ko] undefined!`
Date: Thu, 3 Nov 2005 15:31:51 +0100 [thread overview]
Message-ID: <200511031531.52755.pluto@agmk.net> (raw)
Hi Ingo,
Please merge attached apatch into next -rt release.
--- a/arch/x86_64/kernel/time.c 2005-11-02 23:33:39.000000000 +0100
+++ b/arch/x86_64/kernel/time.c 2005-11-03 00:32:06.000000000 +0100
@@ -1037,6 +1037,8 @@
tsc_c3_offset += cycles;
}
+EXPORT_SYMBOL_GPL(tsc_c3_compensate);
+
static inline u64 tsc_read_c3_time(void)
{
return tsc_c3_offset;
--
The only thing necessary for the triumph of evil
is for good men to do nothing.
- Edmund Burke
next reply other threads:[~2005-11-03 14:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-03 14:31 Paweł Sikora [this message]
2005-11-03 14:40 ` [2.6.14-rt4] / fix `"tsc_c3_compensate" [drivers/acpi/processor.ko] undefined!` 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=200511031531.52755.pluto@agmk.net \
--to=pluto@agmk.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.