2005-11-03 14:31:56

by Paweł Sikora

[permalink] [raw]
Subject: Re: [2.6.14-rt4] / fix `"tsc_c3_compensate" [drivers/acpi/processor.ko] undefined!`

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


2005-11-03 14:40:04

by Ingo Molnar

[permalink] [raw]
Subject: Re: [2.6.14-rt4] / fix `"tsc_c3_compensate" [drivers/acpi/processor.ko] undefined!`


* Paweł Sikora <[email protected]> wrote:

> Hi Ingo,
>
> Please merge attached patch into next -rt release.

yeah, done.

Ingo