150-pit-tick-rate.patch 343 B

12345678910111213
  1. --- a/include/linux/timex.h
  2. +++ b/include/linux/timex.h
  3. @@ -158,6 +158,10 @@ int read_current_timer(unsigned long *ti
  4. void ntp_notify_cmos_timer(void);
  5. /* The clock frequency of the i8253/i8254 PIT */
  6. +#ifdef CONFIG_X86_RDC321X
  7. +#define PIT_TICK_RATE 1041816ul
  8. +#else
  9. #define PIT_TICK_RATE 1193182ul
  10. +#endif
  11. #endif /* LINUX_TIMEX_H */