rpms/kernel/devel linux-2.6-highres-timers.patch,1.7,1.8

Dave Jones (davej) fedora-extras-commits at redhat.com
Fri Aug 24 21:12:57 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2769

Modified Files:
	linux-2.6-highres-timers.patch 
Log Message:
missed a bit

linux-2.6-highres-timers.patch:

Index: linux-2.6-highres-timers.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-highres-timers.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- linux-2.6-highres-timers.patch	24 Aug 2007 20:54:58 -0000	1.7
+++ linux-2.6-highres-timers.patch	24 Aug 2007 21:12:24 -0000	1.8
@@ -409,7 +409,7 @@
  
  /*
   * Include the apic definitions for x86 to have the APIC timer related defines
-@@ -65,24 +65,37 @@ ACPI_MODULE_NAME("processor_idle");
+@@ -65,24 +65,35 @@ ACPI_MODULE_NAME("processor_idle");
  #define ACPI_PROCESSOR_FILE_POWER	"power"
  #define US_TO_PM_TIMER_TICKS(t)		((t * (PM_TIMER_FREQUENCY/1000)) / 1000)
  #define PM_TIMER_TICK_NS		(1000000000ULL/PM_TIMER_FREQUENCY)
@@ -440,8 +440,8 @@
 +
 +module_param_call(max_cstate, change_max_cstate, param_get_uint, &max_cstate, 0644);
 +
- static void (*pm_idle_save) (void) __read_mostly;
- module_param(max_cstate, uint, 0644);
+-static void (*pm_idle_save) (void) __read_mostly;
+-module_param(max_cstate, uint, 0644);
  
  static unsigned int nocst __read_mostly;
  module_param(nocst, uint, 0000);




More information about the fedora-extras-commits mailing list