diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-21 02:11:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-21 02:11:59 +0000 |
commit | e1e2f3d5657dbc8713f513d28170eeaa86d76e52 (patch) | |
tree | 0187920256e5a97f3bb54f43aeac65603063eb37 /sys/arch/vax | |
parent | 0dedc24cb19e33981ae4c645626fb87bcfa5c70e (diff) |
phys_map declaration comes from <vm/vm.h>, no need to declare it locally.
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/vax/vm_machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/vax/vm_machdep.c b/sys/arch/vax/vax/vm_machdep.c index a373880857f..0dd85551a9c 100644 --- a/sys/arch/vax/vax/vm_machdep.c +++ b/sys/arch/vax/vax/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.23 2001/09/19 20:50:57 mickey Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.24 2001/09/21 02:11:58 miod Exp $ */ /* $NetBSD: vm_machdep.c,v 1.67 2000/06/29 07:14:34 mrg Exp $ */ /* @@ -317,8 +317,6 @@ iounaccess(vaddr, npgs) mtpr(0, PR_TBIA); } -extern vm_map_t phys_map; - /* * Map a user I/O request into kernel virtual address space. * Note: the pages are already locked by uvm_vslock(), so we |