Fix another instance of lapic_cyclic_clock_func.

This commit is contained in:
Rui Paulo 2010-04-20 21:04:57 +00:00
parent e8b93e4257
commit f79727118c

View File

@ -186,8 +186,8 @@ clkintr(struct trapframe *frame)
* timers.
*/
int cpu = PCPU_GET(cpuid);
if (lapic_cyclic_clock_func[cpu] != NULL)
(*lapic_cyclic_clock_func[cpu])(frame);
if (cyclic_clock_func[cpu] != NULL)
(*cyclic_clock_func[cpu])(frame);
#endif
if (using_atrtc_timer) {