Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbsh3/evbsh3 fix last commit.



details:   https://anonhg.NetBSD.org/src/rev/9894694baa0e
branches:  trunk
changeset: 503049:9894694baa0e
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Jan 30 03:01:45 2001 +0000

description:
fix last commit.

diffstat:

 sys/arch/evbsh3/evbsh3/machdep.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2b7ac382eca2 -r 9894694baa0e sys/arch/evbsh3/evbsh3/machdep.c
--- a/sys/arch/evbsh3/evbsh3/machdep.c  Tue Jan 30 02:39:57 2001 +0000
+++ b/sys/arch/evbsh3/evbsh3/machdep.c  Tue Jan 30 03:01:45 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.22 2001/01/30 02:39:57 msaitoh Exp $     */
+/*     $NetBSD: machdep.c,v 1.23 2001/01/30 03:01:45 msaitoh Exp $     */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -988,6 +988,7 @@
 #endif
 
        pmap_extract(pmap_kernel(), va, &bpa);
+       bpa += bsh & PGOFFSET;
 
        /*
         * Free the kernel virtual mapping.



Home | Main Index | Thread Index | Old Index