Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135747
b: refs/heads/master
c: bbd1267
h: refs/heads/master
i:
  135745: 701ca34
  135743: 1416787
v: v3
  • Loading branch information
Ingo Molnar committed Feb 25, 2009
1 parent 55b0e6c commit 992528b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 3c972c2444dcb7088999c32b8c5a7ab3b8a6c0b6
refs/heads/master: bbd1267690bb6940d0722dd33e929442c0409c01
4 changes: 2 additions & 2 deletions trunk/kernel/time/ntp.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ static u64 tick_length_base;

static struct hrtimer leap_timer;

#define MAX_TICKADJ 500 /* usecs */
#define MAX_TICKADJ 500LL /* usecs */
#define MAX_TICKADJ_SCALED \
(((u64)(MAX_TICKADJ * NSEC_PER_USEC) << NTP_SCALE_SHIFT) / NTP_INTERVAL_FREQ)
(((MAX_TICKADJ * NSEC_PER_USEC) << NTP_SCALE_SHIFT) / NTP_INTERVAL_FREQ)

/*
* phase-lock loop variables
Expand Down

0 comments on commit 992528b

Please sign in to comment.