rpms/kernel/FC-5 linux-2.6-cpufreq-drop-sticky.patch, NONE, 1.1 kernel-2.6.spec, 1.2191, 1.2192

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 2 02:51:03 UTC 2006


Author: davej

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

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-cpufreq-drop-sticky.patch 
Log Message:
* Sun Oct  1 2006 Dave Jones <davej at redhat.com>
- Drop the STICKY tag from acpi-cpufreq, it breaks suspend/resume.


linux-2.6-cpufreq-drop-sticky.patch:
 acpi-cpufreq.c |    1 -
 1 files changed, 1 deletion(-)

--- NEW FILE linux-2.6-cpufreq-drop-sticky.patch ---
--- linux-2.6.18.noarch/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c~	2006-10-01 19:34:09.403875000 -0400
+++ linux-2.6.18.noarch/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c	2006-10-01 19:34:15.115159000 -0400
@@ -560,7 +560,6 @@ static struct cpufreq_driver acpi_cpufre
 	.name	= "acpi-cpufreq",
 	.owner	= THIS_MODULE,
 	.attr	= acpi_cpufreq_attr,
-	.flags	= CPUFREQ_STICKY,
 };
 
 


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/kernel-2.6.spec,v
retrieving revision 1.2191
retrieving revision 1.2192
diff -u -r1.2191 -r1.2192
--- kernel-2.6.spec	27 Sep 2006 21:39:11 -0000	1.2191
+++ kernel-2.6.spec	2 Oct 2006 02:51:00 -0000	1.2192
@@ -378,6 +378,7 @@
 Patch1680: linux-2.6-reiserfs-dentry-ref.patch
 Patch1710: linux-2.6-sched-up-migration-cost.patch
 Patch1720: linux-2.6-proc-self-maps-fix.patch
+Patch1730: linux-2.6-cpufreq-drop-sticky.patch
 Patch1740: linux-2.6-softlockup-disable.patch
 Patch1770: linux-2.6-optimise-spinlock-debug.patch
 Patch1790: linux-2.6-drivers-add-qlogic-firmware.patch
@@ -896,6 +897,8 @@
 %patch1710 -p1
 # setuid /proc/self/maps fix.
 %patch1720 -p1
+# Drop the STICKY tag from acpi-cpufreq, it breaks suspend/resume.
+%patch1730 -p1
 # Add a safety net to softlockup so that it doesn't prevent installs.
 %patch1740 -p1
 # Speed up spinlock debug.
@@ -1543,6 +1546,9 @@
 %endif
 
 %changelog
+* Sun Oct  1 2006 Dave Jones <davej at redhat.com>
+- Drop the STICKY tag from acpi-cpufreq, it breaks suspend/resume.
+
 * Wed Sep 27 2006 Dave Jones <davej at redhat.com>
 - Enable serverworks IDE driver for x86-64.
 - More lockdep fixes.




More information about the fedora-cvs-commits mailing list