Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/sparc/sparc/pmap.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/sparc/sparc/pmap.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.188 retrieving revision 1.189 diff -u -p -r1.188 -r1.189 --- src/sys/arch/sparc/sparc/pmap.c 2001/04/21 17:25:06 1.188 +++ src/sys/arch/sparc/sparc/pmap.c 2001/04/21 23:51:20 1.189 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.188 2001/04/21 17:25:06 thorpej Exp $ */ +/* $NetBSD: pmap.c,v 1.189 2001/04/21 23:51:20 thorpej Exp $ */ /* * Copyright (c) 1996 @@ -6154,15 +6154,6 @@ pmap_copy(dst_pmap, src_pmap, dst_addr, } /* - * Require that all active physical maps contain no - * incorrect entries NOW. - */ -void -pmap_update() -{ -} - -/* * Garbage collects the physical map system for * pages which are no longer used. * Success need not be guaranteed -- that is, there