search for: count_p

Displaying 2 results from an estimated 2 matches for "count_p".

2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...57:42.000000000 -0800 @@ -27,6 +27,7 @@ static int __init init_pit(char* overrid if (override[0] && strncmp(override,"pit",3)) printk(KERN_ERR "Warning: clock= override failed. Defaulting " "to PIT\n"); + init_xtime_from_cmos(); init_cpu_khz(); count_p = LATCH; return 0; Index: linux-2.6.16-rc6/arch/i386/kernel/timers/timer_pm.c =================================================================== --- linux-2.6.16-rc6.orig/arch/i386/kernel/timers/timer_pm.c 2006-01-02 19:21:10.000000000 -0800 +++ linux-2.6.16-rc6/arch/i386/kernel/timers/timer_pm....
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...57:42.000000000 -0800 @@ -27,6 +27,7 @@ static int __init init_pit(char* overrid if (override[0] && strncmp(override,"pit",3)) printk(KERN_ERR "Warning: clock= override failed. Defaulting " "to PIT\n"); + init_xtime_from_cmos(); init_cpu_khz(); count_p = LATCH; return 0; Index: linux-2.6.16-rc6/arch/i386/kernel/timers/timer_pm.c =================================================================== --- linux-2.6.16-rc6.orig/arch/i386/kernel/timers/timer_pm.c 2006-01-02 19:21:10.000000000 -0800 +++ linux-2.6.16-rc6/arch/i386/kernel/timers/timer_pm....