x86: sanitize pathes arch/x86/kernel/cpu/Makefile
[deliverable/linux.git] / include / asm-i386 / mach-voyager / do_timer.h
CommitLineData
1da177e4 1/* defines for inline arch setup functions */
e9e2cdb4
TG
2#include <linux/clockchips.h>
3
1da177e4 4#include <asm/voyager.h>
e9e2cdb4 5#include <asm/i8253.h>
1da177e4 6
e9e2cdb4
TG
7/**
8 * do_timer_interrupt_hook - hook into timer tick
9 * @regs: standard registers from interrupt
10 *
11 * Call the pit clock event handler. see asm/i8253.h
12 **/
7d12e780 13static inline void do_timer_interrupt_hook(void)
1da177e4 14{
bef9f9de 15 global_clock_event->event_handler(global_clock_event);
7d12e780 16 voyager_timer_interrupt();
1da177e4
LT
17}
18
This page took 0.33544 seconds and 5 git commands to generate.