|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21571/root/lib/modules/2.6.18-308.4.1.el5/source/include/asm-i386/ |
Upload File : |
#ifndef _ASMi386_TIMER_H #define _ASMi386_TIMER_H #include <linux/init.h> #include <linux/pm.h> #include <asm/tsc.h> #define TICK_SIZE (tick_nsec / 1000) void setup_pit_timer(void); /* Modifiers for buggy PIT handling */ extern int pit_latch_buggy; extern int timer_ack; extern int recalibrate_cpu_khz(void); extern void do_timer_tsc_timekeeping(struct pt_regs *regs); extern int enable_tsc_timer; extern cycles_t cycles_per_tick, cycles_accounted_limit, last_tsc_accounted; #endif