Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/oea Fix paste-o in last.



details:   https://anonhg.NetBSD.org/src/rev/9bd701b663c2
branches:  trunk
changeset: 953550:9bd701b663c2
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Mar 12 18:10:00 2021 +0000

description:
Fix paste-o in last.

diffstat:

 sys/arch/powerpc/oea/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3e7adf8afb88 -r 9bd701b663c2 sys/arch/powerpc/oea/pmap.c
--- a/sys/arch/powerpc/oea/pmap.c       Fri Mar 12 17:46:48 2021 +0000
+++ b/sys/arch/powerpc/oea/pmap.c       Fri Mar 12 18:10:00 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.104 2021/03/12 04:57:42 thorpej Exp $       */
+/*     $NetBSD: pmap.c,v 1.105 2021/03/12 18:10:00 thorpej Exp $       */
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -63,7 +63,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.104 2021/03/12 04:57:42 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.105 2021/03/12 18:10:00 thorpej Exp $");
 
 #define        PMAP_NOOPNAMES
 
@@ -3432,7 +3432,7 @@
 #endif /* PMAP_OEA || PMAP_OEA64_BRIDGE */
 
 #if defined(PMAP_OEA) && defined(PPC_OEA601)
-       if ((MFPVR() >> 16) == MPC601)) {
+       if ((MFPVR() >> 16) == MPC601) {
                for (i = 0; i < 16; i++) {
                        if (iosrtable[i] & SR601_T) {
                                pmap_kernel()->pm_sr[i] = iosrtable[i];



Home | Main Index | Thread Index | Old Index