summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_kern.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>1999-10-29 05:17:20 +0000
committeralc <alc@FreeBSD.org>1999-10-29 05:17:20 +0000
commitbaa44292b4a8318a635251263822a5984244de9e (patch)
tree50a832a600231a9fb41403e785fd0e3b0dfffa1b /sys/vm/vm_kern.c
parent25e78d8b60d3d6199b950bbf6999439bf235e17f (diff)
downloadFreeBSD-src-baa44292b4a8318a635251263822a5984244de9e.zip
FreeBSD-src-baa44292b4a8318a635251263822a5984244de9e.tar.gz
Remove the last vestiges of "vm_map_t phys_map". It's been unused
since i386/i386/machdep.c rev 1.45 (or 1994 :-) ).
Diffstat (limited to 'sys/vm/vm_kern.c')
-rw-r--r--sys/vm/vm_kern.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c
index 409c5f4..895c5ae 100644
--- a/sys/vm/vm_kern.c
+++ b/sys/vm/vm_kern.c
@@ -91,7 +91,6 @@ vm_map_t clean_map=0;
vm_map_t buffer_map=0;
vm_map_t mb_map=0;
int mb_map_full=0;
-vm_map_t phys_map=0;
/*
* kmem_alloc_pageable:
OpenPOWER on IntegriCloud