rpms/kernel/devel linux-2.6-wakeups.patch, NONE, 1.1 kernel-2.6.spec, 1.3280, 1.3281

Dave Jones (davej) fedora-extras-commits at redhat.com
Sat Jul 7 00:06:54 UTC 2007


Author: davej

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

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-wakeups.patch 
Log Message:
* Fri Jul 06 2007 Dave Jones <davej at redhat.com>
- Remove another common wakeup (cursor blinking).


linux-2.6-wakeups.patch:

--- NEW FILE linux-2.6-wakeups.patch ---
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c
index 73813c6..7d9bae5 100644
--- a/drivers/video/console/fbcon.c
+++ b/drivers/video/console/fbcon.c
@@ -433,7 +433,7 @@ static void cursor_timer_handler(unsigned long dev_addr)
 	struct fbcon_ops *ops = info->fbcon_par;
 
 	schedule_work(&info->queue);
-	mod_timer(&ops->cursor_timer, jiffies + HZ/5);
+	mod_timer(&ops->cursor_timer, jiffies + HZ);
 }
 
 static void fbcon_add_cursor_timer(struct fb_info *info)


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.3280
retrieving revision 1.3281
diff -u -r1.3280 -r1.3281
--- kernel-2.6.spec	6 Jul 2007 21:13:02 -0000	1.3280
+++ kernel-2.6.spec	7 Jul 2007 00:06:16 -0000	1.3281
@@ -548,6 +548,7 @@
 Patch780: linux-2.6-highres-timers.patch
 Patch790: linux-2.6-acpi-dock-oops.patch
 Patch800: linux-2.6-wakeups-hdaps.patch
+Patch801: linux-2.6-wakeups.patch
 Patch820: linux-2.6-compile-fixes.patch
 Patch900: linux-2.6-sched-cfs.patch
 Patch1000: linux-2.6-dmi-based-module-autoloading.patch
@@ -1128,6 +1129,7 @@
 # Fix excessive wakeups
 # Make hdaps timer only tick when in use.
 ApplyPatch linux-2.6-wakeups-hdaps.patch
+ApplyPatch linux-2.6-wakeups.patch
 
 #
 # misc small stuff to make things compile or otherwise improve performance
@@ -2053,6 +2055,9 @@
 
 %changelog
 * Fri Jul 06 2007 Dave Jones <davej at redhat.com>
+- Remove another common wakeup (cursor blinking).
+
+* Fri Jul 06 2007 Dave Jones <davej at redhat.com>
 - Update CFS to v19.
 
 * Fri Jul  6 2007 Jeremy Katz <katzj at redhat.com>




More information about the scm-commits mailing list