Merge branch 'linus' into timers/core
authorIngo Molnar <mingo@kernel.org>
Wed, 18 Jul 2012 09:24:41 +0000 (11:24 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 18 Jul 2012 09:25:55 +0000 (11:25 +0200)
Resolve semantic conflict in kernel/time/timekeeping.c.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
1  2 
kernel/time/timekeeping.c

@@@ -745,6 -717,7 +745,7 @@@ static void timekeeping_resume(void
        timekeeper.clock->cycle_last = timekeeper.clock->read(timekeeper.clock);
        timekeeper.ntp_error = 0;
        timekeeping_suspended = 0;
 -      timekeeping_update(false);
++      timekeeping_update(&timekeeper, false);
        write_sequnlock_irqrestore(&timekeeper.lock, flags);
  
        touch_softlockup_watchdog();