aboutsummaryrefslogtreecommitdiff
path: root/vm/pmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/pmap.h')
-rw-r--r--vm/pmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm/pmap.h b/vm/pmap.h
index 2201b444..df11af39 100644
--- a/vm/pmap.h
+++ b/vm/pmap.h
@@ -194,7 +194,6 @@ extern void pmap_pageable(
* Back-door routine for mapping kernel VM at initialization.
* Useful for mapping memory outside the range of direct mapped
* physical memory (i.e., devices).
- * Otherwise like pmap_map.
*/
extern vm_offset_t pmap_map_bd(
vm_offset_t virt,