Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | time: Consolidate the time accessor prototypes | Thomas Gleixner | 2014-07-23 | 1 | -0/+2 |
| | | | | | | | | | Right now we have time related prototypes in 3 different header files. Move it to a single timekeeping header file and move the core internal stuff into a core private header. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: John Stultz <john.stultz@linaro.org> | ||||
* | time/timers: Move all time(r) related files into kernel/time | Thomas Gleixner | 2014-06-23 | 1 | -0/+1121 |
Except for Kconfig.HZ. That needs a separate treatment. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> |