tmm 2004/05/20 11:41:07 PDT FreeBSD src repository Modified files: sys/sparc64/sparc64 vm_machdep.c Log: In cpu_sched_exit(), we must check vm_refcnt against 0, not 1, since exit1() decrements the reference count before calling this function. Revision Changes Path 1.63 +1 -1 src/sys/sparc64/sparc64/vm_machdep.c