1 extern unsigned long volatile jiffies;
do_timer(void)2 void do_timer(void)
3 {
4   (*(unsigned long *)&jiffies)++;
5 }
6