Gentoo Archives: gentoo-commits

From: "Stratos Psomadakis (psomas)" <psomas@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r2040 - genpatches-2.6/trunk/2.6.32
Date: Tue, 03 Jan 2012 20:24:13
Message-Id: 20120103202403.7849D2004B@flycatcher.gentoo.org
1 Author: psomas
2 Date: 2012-01-03 20:24:02 +0000 (Tue, 03 Jan 2012)
3 New Revision: 2040
4
5 Added:
6 genpatches-2.6/trunk/2.6.32/1051_linux-2.6.32.52.patch
7 Modified:
8 genpatches-2.6/trunk/2.6.32/0000_README
9 Log:
10 Linux patch 2.6.32.52
11
12 Modified: genpatches-2.6/trunk/2.6.32/0000_README
13 ===================================================================
14 --- genpatches-2.6/trunk/2.6.32/0000_README 2011-12-28 14:42:56 UTC (rev 2039)
15 +++ genpatches-2.6/trunk/2.6.32/0000_README 2012-01-03 20:24:02 UTC (rev 2040)
16 @@ -243,6 +243,10 @@
17 From: http://www.kernel.org
18 Desc: Linux 2.6.32.51
19
20 +Patch: 1051_2.6.32.52.patch
21 +From: http://www.kernel.org
22 +Desc: Linux 2.6.32.52
23 +
24 Patch: 4200_fbcondecor-0.9.6.patch
25 From: http://dev.gentoo.org/~spock
26 Desc: Bootsplash successor by Michal Januszewski
27
28 Added: genpatches-2.6/trunk/2.6.32/1051_linux-2.6.32.52.patch
29 ===================================================================
30 --- genpatches-2.6/trunk/2.6.32/1051_linux-2.6.32.52.patch (rev 0)
31 +++ genpatches-2.6/trunk/2.6.32/1051_linux-2.6.32.52.patch 2012-01-03 20:24:02 UTC (rev 2040)
32 @@ -0,0 +1,12 @@
33 +diff --git a/kernel/time/clockevents.c b/kernel/time/clockevents.c
34 +index b38baff..0d809ae 100644
35 +--- a/kernel/time/clockevents.c
36 ++++ b/kernel/time/clockevents.c
37 +@@ -221,7 +221,6 @@ void clockevents_exchange_device(struct clock_event_device *old,
38 + * released list and do a notify add later.
39 + */
40 + if (old) {
41 +- old->event_handler = clockevents_handle_noop;
42 + clockevents_set_mode(old, CLOCK_EVT_MODE_UNUSED);
43 + list_del(&old->list);
44 + list_add(&old->list, &clockevents_released);