diff --git a/[refs] b/[refs] index 66bdc4ff311c..da294a20ba73 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 92c1d3ed4dc0b8cfb10e85ed0c9934db41efc027 +refs/heads/master: 058892e632aa53be8255c2f0a42f9ace7bed66bb diff --git a/trunk/kernel/time/timekeeping.c b/trunk/kernel/time/timekeeping.c index 74bb5701e0b3..06f40ae13b7b 100644 --- a/trunk/kernel/time/timekeeping.c +++ b/trunk/kernel/time/timekeeping.c @@ -25,6 +25,8 @@ struct timekeeper { /* Current clocksource used for timekeeping. */ struct clocksource *clock; + /* NTP adjusted clock multiplier */ + u32 mult; /* The shift value of the current clocksource. */ int shift; @@ -45,8 +47,6 @@ struct timekeeper { /* Shift conversion between clock shifted nano seconds and * ntp shifted nano seconds. */ int ntp_error_shift; - /* NTP adjusted clock multiplier */ - u32 mult; /* The current time */ struct timespec xtime;