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.210 retrieving revision 1.211 diff -u -p -r1.210 -r1.211 --- src/sys/arch/sparc/sparc/pmap.c 2002/07/17 14:31:47 1.210 +++ src/sys/arch/sparc/sparc/pmap.c 2002/09/07 18:51:05 1.211 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.210 2002/07/17 14:31:47 thorpej Exp $ */ +/* $NetBSD: pmap.c,v 1.211 2002/09/07 18:51:05 tsutsui Exp $ */ /* * Copyright (c) 1996 @@ -5829,7 +5829,7 @@ pmap_kremove4_4c(va, len) } } simple_unlock(&pm->pm_lock); - setcontext(ctx); + setcontext4(ctx); splx(s); } @@ -6293,7 +6293,7 @@ pmap_kremove4m(va, len) sp->sg_npte = nleft; } simple_unlock(&pm->pm_lock); - setcontext(ctx); + setcontext4m(ctx); } #endif /* SUN4M || SUN4D */