Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/mvme68k doh, make the last fix compile for ...



details:   https://anonhg.NetBSD.org/src/rev/942a7d8884ad
branches:  trunk
changeset: 509817:942a7d8884ad
user:      scw <scw%NetBSD.org@localhost>
date:      Sun May 13 18:35:19 2001 +0000

description:
doh, make the last fix compile for '147.

diffstat:

 sys/arch/mvme68k/mvme68k/pmap.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 3be77e344ac9 -r 942a7d8884ad sys/arch/mvme68k/mvme68k/pmap.c
--- a/sys/arch/mvme68k/mvme68k/pmap.c   Sun May 13 18:13:33 2001 +0000
+++ b/sys/arch/mvme68k/mvme68k/pmap.c   Sun May 13 18:35:19 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.58 2001/05/11 13:05:06 scw Exp $        */
+/*     $NetBSD: pmap.c,v 1.59 2001/05/13 18:35:19 scw Exp $        */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -2700,7 +2700,6 @@
 #if defined(M68020) || defined(M68030)
                if (mmutype == MMU_68040)
 #endif
-#else
                {
                        paddr_t pa = pmap_pte_pa(pte);
                        DCFP(pa);
@@ -2729,7 +2728,6 @@
 #if defined(M68020) || defined(M68030)
                if (mmutype == MMU_68040)
 #endif
-#else
                {
                        paddr_t pa = pmap_pte_pa(pte);
                        DCFP(pa);



Home | Main Index | Thread Index | Old Index