summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-04-21 11:28:13 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-04-21 11:28:13 +0000
commite38e667d9159052b6124fe45e409f2ed91fbc409 (patch)
tree41bb08197dd71476f200a9e198a9db4e9861a82c /sys/pc98/cbus
parent250ce040895eb4ffdeb276a85cf41d3b576d26a7 (diff)
downloadFreeBSD-src-e38e667d9159052b6124fe45e409f2ed91fbc409.zip
FreeBSD-src-e38e667d9159052b6124fe45e409f2ed91fbc409.tar.gz
Comply with the new cyclic dtrace module variable name
(cyclic_clock_func).
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r--sys/pc98/cbus/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index 3028c07..8c5a7d2 100644
--- a/sys/pc98/cbus/clock.c
+++ b/sys/pc98/cbus/clock.c
@@ -175,8 +175,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
#ifdef SMP
OpenPOWER on IntegriCloud