Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/sun3x fix something that was missed in the PMA...
details: https://anonhg.NetBSD.org/src/rev/293805817831
branches: trunk
changeset: 476534:293805817831
user: chs <chs%NetBSD.org@localhost>
date: Sun Sep 19 19:05:44 1999 +0000
description:
fix something that was missed in the PMAP_NEW cleanup.
diffstat:
sys/arch/sun3/sun3x/pmap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1b359a52c1f1 -r 293805817831 sys/arch/sun3/sun3x/pmap.c
--- a/sys/arch/sun3/sun3x/pmap.c Sun Sep 19 18:14:52 1999 +0000
+++ b/sys/arch/sun3/sun3x/pmap.c Sun Sep 19 19:05:44 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.49 1999/09/12 01:17:27 chs Exp $ */
+/* $NetBSD: pmap.c,v 1.50 1999/09/19 19:05:44 chs Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -2920,7 +2920,7 @@
boolean_t rv;
if (!is_managed(pa))
- return;
+ return FALSE;
rv = pmap_is_referenced(pg);
pmap_clear_pv(pa, PV_FLAGS_USED);
return rv;
Home |
Main Index |
Thread Index |
Old Index