summaryrefslogtreecommitdiff
path: root/vm/vm_kmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_kmem.c')
-rw-r--r--vm/vm_kmem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm/vm_kmem.c b/vm/vm_kmem.c
index 229854ee..d967e5a7 100644
--- a/vm/vm_kmem.c
+++ b/vm/vm_kmem.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, 2012, 2013 Richard Braun.
+ * Copyright (c) 2011-2014 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@
* Kernel map and storage.
*/
static struct vm_map kernel_map_store;
-struct vm_map *kernel_map = &kernel_map_store;
+struct vm_map *kernel_map __read_mostly = &kernel_map_store;
/*
* Heap boundaries during bootstrap.