Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58175
b: refs/heads/master
c: 746976a
h: refs/heads/master
i:
  58173: 7a5c84b
  58171: 5fb77a4
  58167: 2017eda
  58159: 7427336
  58143: 4833c63
  58111: aeda7c6
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed Jul 3, 2007
1 parent beb2e43 commit a2af70c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 872aad45d6174570dd2e1defc3efee50f2cfcc72
refs/heads/master: 746976a301ac9c9aa10d7d42454f8d6cdad8ff2b
2 changes: 0 additions & 2 deletions trunk/kernel/time/ntp.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ void second_overflow(void)
*/
time_interpolator_update(-NSEC_PER_SEC);
time_state = TIME_OOP;
clock_was_set();
printk(KERN_NOTICE "Clock: inserting leap second "
"23:59:60 UTC\n");
}
Expand All @@ -137,7 +136,6 @@ void second_overflow(void)
*/
time_interpolator_update(NSEC_PER_SEC);
time_state = TIME_WAIT;
clock_was_set();
printk(KERN_NOTICE "Clock: deleting leap second "
"23:59:59 UTC\n");
}
Expand Down

0 comments on commit a2af70c

Please sign in to comment.