rpms/kernel/devel linux-2.6-default-clocksource-tsc.patch, NONE, 1.1 kernel-2.6.spec, 1.1612, 1.1613

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Oct 16 23:21:46 UTC 2005


Author: davej

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

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-default-clocksource-tsc.patch 
Log Message:
change default time source.



linux-2.6-default-clocksource-tsc.patch:
 timer.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE linux-2.6-default-clocksource-tsc.patch ---
--- linux-2.6.13/arch/i386/kernel/timers/timer.c~	2005-10-16 18:38:56.000000000 -0400
+++ linux-2.6.13/arch/i386/kernel/timers/timer.c	2005-10-16 18:39:04.000000000 -0400
@@ -19,10 +19,10 @@ static struct init_timer_opts* __initdat
 #ifdef CONFIG_HPET_TIMER
 	&timer_hpet_init,
 #endif
+	&timer_tsc_init,
 #ifdef CONFIG_X86_PM_TIMER
 	&timer_pmtmr_init,
 #endif
-	&timer_tsc_init,
 	&timer_pit_init,
 	NULL,
 };


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1612
retrieving revision 1.1613
diff -u -r1.1612 -r1.1613
--- kernel-2.6.spec	16 Oct 2005 22:23:45 -0000	1.1612
+++ kernel-2.6.spec	16 Oct 2005 23:21:41 -0000	1.1613
@@ -281,6 +281,7 @@
 Patch1080: linux-2.6-default-elevator.patch
 Patch1081: linux-2.6-max-symlinks.patch
 Patch1082: linux-2.6-optimise-for-size.patch
+Patch1083: linux-2.6-default-clocksource-tsc.patch
 
 # SCSI bits.
 Patch1101: linux-2.6-scsi-advansys-enabler.patch
@@ -684,6 +685,8 @@
 %patch1081 -p1
 # Make optimise for size available without selecting CONFIG_EMBEDDED
 %patch1082 -p1
+# Promote the TSC in the list of clock sources.
+%patch1083 -p1
 
 #
 # SCSI Bits.




More information about the fedora-cvs-commits mailing list