Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | time: x86: Remove CLOCK_TICK_RATE from mach_timer.h | Deepak Saxena | 2011-11-21 | 1 | -1/+1 |
| | | | | | | | | | CLOCK_TICK_RATE is defined as PIT_TICK_RATE on x86 so we update mach_timers.h to just use the later as we want to depecrate CLOCK_TICK_RATE. Signed-off-by: Deepak Saxena <dsaxena@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org> | ||||
* | x86: move mach-default/*.h files to asm/ | Ingo Molnar | 2009-01-29 | 1 | -0/+48 |
We are getting rid of subarchitecture support - move the hook files to asm/. (These are now stale and should be replaced with more explicit runtime mechanisms - but the transition is simpler this way.) Signed-off-by: Ingo Molnar <mingo@elte.hu> |