summaryrefslogtreecommitdiff
path: root/kern/llsync_i.h
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/llsync_i.h
parentb958a89b516218433d5982f1decce867d915cee4 (diff)
Move the CPU_L1_SIZE macro to x86/cpu module
Diffstat (limited to 'kern/llsync_i.h')
-rw-r--r--kern/llsync_i.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kern/llsync_i.h b/kern/llsync_i.h
index 12e2861c..dd5a6179 100644
--- a/kern/llsync_i.h
+++ b/kern/llsync_i.h
@@ -22,7 +22,6 @@
#include <kern/cpumap.h>
#include <kern/macros.h>
-#include <kern/param.h>
#include <kern/spinlock.h>
#include <kern/syscnt.h>
#include <kern/work.h>