Magellan Linux

Contents of /trunk/kernel-magellan/patches-3.1/0106-3.1.7-all-fixes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1606 - (show annotations) (download)
Tue Jan 10 13:37:55 2012 UTC (12 years, 3 months ago) by niro
File size: 486 byte(s)
-consolidated patches dir and added patches up to linux-3.1.8
1 diff --git a/kernel/time/clockevents.c b/kernel/time/clockevents.c
2 index 13dfaab..e4c699d 100644
3 --- a/kernel/time/clockevents.c
4 +++ b/kernel/time/clockevents.c
5 @@ -286,7 +286,6 @@ void clockevents_exchange_device(struct clock_event_device *old,
6 * released list and do a notify add later.
7 */
8 if (old) {
9 - old->event_handler = clockevents_handle_noop;
10 clockevents_set_mode(old, CLOCK_EVT_MODE_UNUSED);
11 list_del(&old->list);
12 list_add(&old->list, &clockevents_released);