Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/mac68k Remove a (harmless) duplicated line.



details:   https://anonhg.NetBSD.org/src/rev/2003f010145d
branches:  trunk
changeset: 472565:2003f010145d
user:      scottr <scottr%NetBSD.org@localhost>
date:      Sun May 02 17:23:07 1999 +0000

description:
Remove a (harmless) duplicated line.

diffstat:

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

diffs (17 lines):

diff -r cc236e2b4ca9 -r 2003f010145d sys/arch/mac68k/mac68k/pmap.c
--- a/sys/arch/mac68k/mac68k/pmap.c     Sun May 02 15:26:22 1999 +0000
+++ b/sys/arch/mac68k/mac68k/pmap.c     Sun May 02 17:23:07 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.55 1999/04/22 04:24:53 chs Exp $    */
+/*     $NetBSD: pmap.c,v 1.56 1999/05/02 17:23:07 scottr Exp $ */
 
 /*
  * Copyright (c) 1991, 1993
@@ -2161,7 +2161,6 @@
         */
        if (pmap->pm_stab == Segtabzero) {
                pmap->pm_stab = (st_entry_t *)
-               pmap->pm_stab = (st_entry_t *)
                    uvm_km_zalloc(st_map, MAC_STSIZE);
                pmap->pm_stpa = (st_entry_t *)
                    pmap_extract(pmap_kernel(), (vaddr_t)pmap->pm_stab);



Home | Main Index | Thread Index | Old Index