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

From: PaweÅ Sikora
Date: Thu Nov 03 2005 - 09:32:32 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/