aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/do_timer.h
Commit message (Collapse)AuthorAge
* x86: Remove do_timer hookThomas Gleixner2009-08-31
| | | | | | | This is a left over of the old x86 sub arch support. Remove it and open code it like we do in time_64.c Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* x86: move mach-default/*.h files to asm/Ingo Molnar2009-01-29
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>