]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Revert "Fix leapsecond triggered hrtimer/futex load spike issue"
authorJoe Jin <joe.jin@oracle.com>
Fri, 6 Jul 2012 10:59:13 +0000 (18:59 +0800)
committerJoe Jin <joe.jin@oracle.com>
Fri, 6 Jul 2012 10:59:13 +0000 (18:59 +0800)
This reverts commit 05b3801d5d008ec51a9b9afad9856ce15ee02265.
To apply new patchset.

Signed-off-by: Joe Jin <joe.jin@oracle.com>
kernel/time/timekeeping.c

index 0c433a0b331c60b582d14bf800d04b4031b30ba0..5f458310668a5ac02e5475bdcb383d0947bc878d 100644 (file)
@@ -176,7 +176,6 @@ void timekeeping_leap_insert(int leapsecond)
        wall_to_monotonic.tv_sec -= leapsecond;
        update_vsyscall(&xtime, &wall_to_monotonic, timekeeper.clock,
                        timekeeper.mult);
-       clock_was_set();
 }
 
 /**