rpms/kernel/FC-4 jwltest-x86_64-ati-apic-timer-fixup.patch, NONE, 1.1.2.1 kernel-2.6.spec, 1.1528.2.1, 1.1528.2.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 8 19:47:30 UTC 2005


Author: linville

Update of /cvs/dist/rpms/kernel/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv2203

Modified Files:
      Tag: private-linville-jwltest-fc4-27-branch
	kernel-2.6.spec 
Added Files:
      Tag: private-linville-jwltest-fc4-27-branch
	jwltest-x86_64-ati-apic-timer-fixup.patch 
Log Message:


jwltest-x86_64-ati-apic-timer-fixup.patch:
 io_apic.c |    1 -
 1 files changed, 1 deletion(-)

--- NEW FILE jwltest-x86_64-ati-apic-timer-fixup.patch ---
--- linux-2.6.14/arch/x86_64/kernel/io_apic.c.orig	2005-12-08 14:45:37.000000000 -0500
+++ linux-2.6.14/arch/x86_64/kernel/io_apic.c	2005-12-08 14:45:40.000000000 -0500
@@ -43,7 +43,6 @@
 int sis_apic_bug; /* not actually supported, dummy for compile */
 
 static int no_timer_check;
-static int disable_timer_pin_1;
 
 int disable_timer_pin_1 __initdata;
 


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/kernel-2.6.spec,v
retrieving revision 1.1528.2.1
retrieving revision 1.1528.2.2
diff -u -r1.1528.2.1 -r1.1528.2.2
--- kernel-2.6.spec	8 Dec 2005 19:25:17 -0000	1.1528.2.1
+++ kernel-2.6.spec	8 Dec 2005 19:47:28 -0000	1.1528.2.2
@@ -217,6 +217,7 @@
 Patch203: linux-2.6-x86-hp-reboot.patch
 Patch204: linux-2.6-x86_64-ati-apic-timer.patch
 Patch205: jwltest-dma-x86_64.patch
+Patch206: jwltest-x86_64-ati-apic-timer-fixup.patch
 
 # 300 - 399   ppc(64)
 Patch300: linux-2.6-ppc64-build.patch
@@ -590,9 +591,11 @@
 # Reboot through the BIOS on newer HP laptops
 %patch203 -p1
 # Workaround ATI 'clock going too fast' bug
-%patch204 -p1
+#%patch204 -p1
 # implent dma_sync_singl_range_for_{cpu,device}
 %patch205 -p1
+# fixup build issue w/ ATI 'clock going too fast' on x86_64
+%patch206 -p1
 
 # 
 # ppc64




More information about the fedora-cvs-commits mailing list