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