SOURCES (LINUX_2_6): kernel-hotfixes.patch - fix `"tsc_c3_compensa...

pluto pluto at pld-linux.org
Thu Nov 3 00:40:35 CET 2005


Author: pluto                        Date: Wed Nov  2 23:40:35 2005 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- fix `"tsc_c3_compensate" [drivers/acpi/processor.ko] undefined!`.
  patch CC'ed to Andi Kleen.

---- Files affected:
SOURCES:
   kernel-hotfixes.patch (1.1.2.66 -> 1.1.2.67) 

---- Diffs:

================================================================
Index: SOURCES/kernel-hotfixes.patch
diff -u SOURCES/kernel-hotfixes.patch:1.1.2.66 SOURCES/kernel-hotfixes.patch:1.1.2.67
--- SOURCES/kernel-hotfixes.patch:1.1.2.66	Wed Nov  2 18:07:18 2005
+++ SOURCES/kernel-hotfixes.patch	Thu Nov  3 00:40:29 2005
@@ -140,3 +140,14 @@
  EXPORT_SYMBOL(ip_queue_xmit);
  EXPORT_SYMBOL(ip_send_check);
 +EXPORT_SYMBOL(sysctl_ip_default_ttl);
+--- 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;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/kernel-hotfixes.patch?r1=1.1.2.66&r2=1.1.2.67&f=u




More information about the pld-cvs-commit mailing list