diff options
author | Richard Braun <rbraun@sceen.net> | 2017-06-22 23:57:51 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-06-22 23:57:51 +0200 |
commit | 49f414edfa049023b5f68f272a1f2e512be4a598 (patch) | |
tree | 5a10faebffc3914c931fced056bc85e1257a9f79 /vm/vm_kmem.c | |
parent | 71b302e2c41f7bfb92beda8961a6d57bef2bd14e (diff) |
kern/macros: move the __read_mostly macro here
Diffstat (limited to 'vm/vm_kmem.c')
-rw-r--r-- | vm/vm_kmem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm_kmem.c b/vm/vm_kmem.c index a9ba842d..8139ddb1 100644 --- a/vm/vm_kmem.c +++ b/vm/vm_kmem.c @@ -24,6 +24,7 @@ #include <kern/cpumap.h> #include <kern/init.h> +#include <kern/macros.h> #include <kern/panic.h> #include <kern/param.h> #include <machine/pmap.h> |