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/sparc64/sparc64/pmap.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/sparc64/sparc64/pmap.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.236 retrieving revision 1.237 diff -u -p -r1.236 -r1.237 --- src/sys/arch/sparc64/sparc64/pmap.c 2009/04/21 21:30:00 1.236 +++ src/sys/arch/sparc64/sparc64/pmap.c 2009/08/09 13:15:05 1.237 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.236 2009/04/21 21:30:00 cegger Exp $ */ +/* $NetBSD: pmap.c,v 1.237 2009/08/09 13:15:05 martin Exp $ */ /* * * Copyright (C) 1996-1999 Eduardo Horvath. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.236 2009/04/21 21:30:00 cegger Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.237 2009/08/09 13:15:05 martin Exp $"); #undef NO_VCACHE /* Don't forget the locked TLB in dostart */ #define HWREF @@ -2687,9 +2687,9 @@ pmap_is_modified(struct vm_page *pg) if (res) pv->pv_va |= PV_WE; #endif -#endif mutex_exit(&pmap_lock); } +#endif DPRINTF(PDB_CHANGEPROT|PDB_REF, ("pmap_is_modified(%p) = %d\n", pg, res));