summaryrefslogtreecommitdiff
path: root/include/asm-x86/mach-voyager/do_timer.h
AgeCommit message (Collapse)AuthorFilesLines
2008-10-23x86, um: ... and asm-x86 moveAl Viro1-17/+0
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-02-03time: delete comments that refer to noexistent symbolsLi Zefan1-1/+0
Function do_timer_interrupt_hook() don't take argument regs, and structure hrtimer_sleeper don't have member cb_pending. So delete comments refering to these symbols. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
2007-10-11i386/x86_64: move headers to include/asm-x86Thomas Gleixner1-0/+18
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>