summaryrefslogtreecommitdiff
path: root/kern/work.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-06-24 21:28:54 +0200
committerRichard Braun <rbraun@sceen.net>2017-06-24 21:28:54 +0200
commit50dc3017b08158f5a808b4817627bd6d8f957df3 (patch)
tree6b819561f5d7a70ff0510500531c4670baf0a7b4 /kern/work.c
parentb958a89b516218433d5982f1decce867d915cee4 (diff)
Move the CPU_L1_SIZE macro to x86/cpu module
Diffstat (limited to 'kern/work.c')
-rw-r--r--kern/work.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kern/work.c b/kern/work.c
index 284b1e28..9925c198 100644
--- a/kern/work.c
+++ b/kern/work.c
@@ -26,7 +26,6 @@
#include <kern/log.h>
#include <kern/macros.h>
#include <kern/panic.h>
-#include <kern/param.h>
#include <kern/percpu.h>
#include <kern/spinlock.h>
#include <kern/syscnt.h>