diff options
author | Richard Braun <rbraun@sceen.net> | 2017-06-24 21:28:54 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-06-24 21:28:54 +0200 |
commit | 50dc3017b08158f5a808b4817627bd6d8f957df3 (patch) | |
tree | 6b819561f5d7a70ff0510500531c4670baf0a7b4 /kern/work.c | |
parent | b958a89b516218433d5982f1decce867d915cee4 (diff) |
Move the CPU_L1_SIZE macro to x86/cpu module
Diffstat (limited to 'kern/work.c')
-rw-r--r-- | kern/work.c | 1 |
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> |