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/mac68k | |
parent | 0dedc24cb19e33981ae4c645626fb87bcfa5c70e (diff) |
phys_map declaration comes from <vm/vm.h>, no need to declare it locally.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/mac68k/vm_machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mac68k/mac68k/vm_machdep.c b/sys/arch/mac68k/mac68k/vm_machdep.c index f59955cfca7..2fdb4ad5c4d 100644 --- a/sys/arch/mac68k/mac68k/vm_machdep.c +++ b/sys/arch/mac68k/mac68k/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.23 2001/08/11 23:21:13 art Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.24 2001/09/21 02:11:58 miod Exp $ */ /* $NetBSD: vm_machdep.c,v 1.29 1998/07/28 18:34:55 thorpej Exp $ */ /* @@ -346,8 +346,6 @@ kvtop(addr) return((int)pa); } -extern vm_map_t phys_map; - /* * Map an IO request into kernel virtual address space. * |