Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/x68k Remove phys_map declaration, which is in ...



details:   https://anonhg.NetBSD.org/src/rev/2652788331a2
branches:  trunk
changeset: 504043:2652788331a2
user:      minoura <minoura%NetBSD.org@localhost>
date:      Tue Feb 20 15:54:29 2001 +0000

description:
Remove phys_map declaration, which is in <uvm/uvm_extern.h>.
>From syssrc/sys/arch/news68k/news68k/vm_machdep.c:1.6.

diffstat:

 sys/arch/x68k/x68k/vm_machdep.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 64c934ec8d0b -r 2652788331a2 sys/arch/x68k/x68k/vm_machdep.c
--- a/sys/arch/x68k/x68k/vm_machdep.c   Tue Feb 20 15:53:27 2001 +0000
+++ b/sys/arch/x68k/x68k/vm_machdep.c   Tue Feb 20 15:54:29 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm_machdep.c,v 1.32 2000/06/29 07:07:57 mrg Exp $      */
+/*     $NetBSD: vm_machdep.c,v 1.33 2001/02/20 15:54:29 minoura Exp $  */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -280,8 +280,6 @@
        return((int)pa);
 }
 
-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



Home | Main Index | Thread Index | Old Index