diff options
author | Richard Braun <rbraun@sceen.net> | 2018-02-20 23:00:56 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2018-02-20 23:01:36 +0100 |
commit | fa5142c3f383241942fb8fb6de84153fc0286a6e (patch) | |
tree | 44525a5ed99ca1a8910c7c935f4c51a2350ce319 /kern/clock.c | |
parent | 326118bf300cf096cee04cb0a64789151ef8e273 (diff) |
kern/llsync: remove module
Diffstat (limited to 'kern/clock.c')
-rw-r--r-- | kern/clock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kern/clock.c b/kern/clock.c index c69bf428..0b72a8f9 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(); |