summaryrefslogtreecommitdiff
path: root/kern/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/clock.c')
-rw-r--r--kern/clock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kern/clock.c b/kern/clock.c
index c69bf42..0b72a8f 100644
--- a/kern/clock.c
+++ b/kern/clock.c
@@ -22,7 +22,6 @@
#include <kern/clock.h>
#include <kern/clock_i.h>
#include <kern/init.h>
-#include <kern/llsync.h>
#include <kern/percpu.h>
#include <kern/rcu.h>
#include <kern/sref.h>
@@ -90,7 +89,6 @@ void clock_tick_intr(void)
}
timer_report_periodic_event();
- llsync_report_periodic_event();
rcu_report_periodic_event();
sref_report_periodic_event();
work_report_periodic_event();