Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321333
b: refs/heads/master
c: d4e3ab3
h: refs/heads/master
i:
  321331: a656909
v: v3
  • Loading branch information
John Stultz authored and Ingo Molnar committed Jul 31, 2012
1 parent 9f85483 commit aa69ca6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 02ab20ae38337b99b5c29c81090f594b8fd61283
refs/heads/master: d4e3ab384b2343c7074f713ac330f839c38c52ee
10 changes: 0 additions & 10 deletions trunk/kernel/time/timekeeping.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ static void timekeeping_update(struct timekeeper *tk, bool clearntp)
update_vsyscall(&xt, &tk->wall_to_monotonic, tk->clock, tk->mult);
}


/**
* timekeeping_forward_now - update clock to the current time
*
Expand Down Expand Up @@ -436,7 +435,6 @@ int do_settimeofday(const struct timespec *tv)
}
EXPORT_SYMBOL(do_settimeofday);


/**
* timekeeping_inject_offset - Adds or subtracts from the current time.
* @tv: pointer to the timespec variable containing the offset
Expand Down Expand Up @@ -550,7 +548,6 @@ void getrawmonotonic(struct timespec *ts)
}
EXPORT_SYMBOL(getrawmonotonic);


/**
* timekeeping_valid_for_hres - Check if timekeeping is suitable for hres
*/
Expand Down Expand Up @@ -683,7 +680,6 @@ static void __timekeeping_inject_sleeptime(struct timekeeper *tk,
update_sleep_time(timespec_add(tk->total_sleep_time, *delta));
}


/**
* timekeeping_inject_sleeptime - Adds suspend interval to timeekeeping values
* @delta: pointer to a timespec delta value
Expand Down Expand Up @@ -718,7 +714,6 @@ void timekeeping_inject_sleeptime(struct timespec *delta)
clock_was_set();
}


/**
* timekeeping_resume - Resumes the generic timekeeping subsystem.
*
Expand Down Expand Up @@ -1003,7 +998,6 @@ static void timekeeping_adjust(struct timekeeper *tk, s64 offset)

}


/**
* accumulate_nsecs_to_secs - Accumulates nsecs into secs
*
Expand Down Expand Up @@ -1032,7 +1026,6 @@ static inline void accumulate_nsecs_to_secs(struct timekeeper *tk)
}
}


/**
* logarithmic_accumulation - shifted accumulation of cycles
*
Expand Down Expand Up @@ -1076,7 +1069,6 @@ static cycle_t logarithmic_accumulation(struct timekeeper *tk, cycle_t offset,
return offset;
}


/**
* update_wall_time - Uses the current clocksource to increment the wall time
*
Expand Down Expand Up @@ -1177,7 +1169,6 @@ void getboottime(struct timespec *ts)
}
EXPORT_SYMBOL_GPL(getboottime);


/**
* get_monotonic_boottime - Returns monotonic time since boot
* @ts: pointer to the timespec to be set
Expand Down Expand Up @@ -1358,7 +1349,6 @@ ktime_t ktime_get_monotonic_offset(void)
}
EXPORT_SYMBOL_GPL(ktime_get_monotonic_offset);


/**
* xtime_update() - advances the timekeeping infrastructure
* @ticks: number of ticks, that have elapsed since the last call.
Expand Down

0 comments on commit aa69ca6

Please sign in to comment.