rpms/kernel/FC-6 kernel-2.6.spec, 1.2797, 1.2798 linux-2.6-cpufreq-drop-sticky.patch, 1.3, 1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 16 18:30:30 UTC 2006


Author: davej

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

Modified Files:
	kernel-2.6.spec linux-2.6-cpufreq-drop-sticky.patch 
Log Message:
revert


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/kernel-2.6.spec,v
retrieving revision 1.2797
retrieving revision 1.2798
diff -u -r1.2797 -r1.2798
--- kernel-2.6.spec	16 Oct 2006 18:18:07 -0000	1.2797
+++ kernel-2.6.spec	16 Oct 2006 18:30:23 -0000	1.2798
@@ -2019,7 +2019,6 @@
 - Silence another noisy boot-time printk. (#210810)
 - Remove broken VIA quirk that prevented booting on some EPIAs (#210817)
 - Fix JBD crash with 1K blocksize filesystems. (#209005)
-- Hush noisy acpi-cpufreq modprobing. (#201463)
 
 * Mon Oct 16 2006 Stephen C. Tweedie <sct at redhat.com>
 - Add RPM release number to the Xen build version

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

Index: linux-2.6-cpufreq-drop-sticky.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/linux-2.6-cpufreq-drop-sticky.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linux-2.6-cpufreq-drop-sticky.patch	16 Oct 2006 18:20:13 -0000	1.3
+++ linux-2.6-cpufreq-drop-sticky.patch	16 Oct 2006 18:30:23 -0000	1.4
@@ -8,24 +8,3 @@
  };
  
  
---- linux-2.6.18.noarch/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c~	2006-10-16 14:10:33.000000000 -0400
-+++ linux-2.6.18.noarch/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c	2006-10-16 14:16:32.000000000 -0400
-@@ -566,11 +566,17 @@ static struct cpufreq_driver acpi_cpufre
- static int __init
- acpi_cpufreq_init (void)
- {
-+	int ret;
-+
- 	dprintk("acpi_cpufreq_init\n");
- 
- 	acpi_cpufreq_early_init_acpi();
- 
-- 	return cpufreq_register_driver(&acpi_cpufreq_driver);
-+	ret = cpufreq_register_driver(&acpi_cpufreq_driver);
-+	if (ret!=0)
-+		ret=-ENODEV;
-+
-+	return ret;
- }
- 
- 




More information about the fedora-cvs-commits mailing list