Fix another instance of lapic_cyclic_clock_func.
This commit is contained in:
parent
e8b93e4257
commit
f79727118c
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user