Source-Changes-HG archive

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

[src/yamt-km]: src/sys/arch/news68k/news68k don't forget to initialize ste fo...



details:   https://anonhg.NetBSD.org/src/rev/377b9c11bd85
branches:  yamt-km
changeset: 573369:377b9c11bd85
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Feb 26 02:13:42 2005 +0000

description:
don't forget to initialize ste for Sysmap in the case of !68040.

diffstat:

 sys/arch/news68k/news68k/pmap_bootstrap.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r cb1ef74e696c -r 377b9c11bd85 sys/arch/news68k/news68k/pmap_bootstrap.c
--- a/sys/arch/news68k/news68k/pmap_bootstrap.c Sat Feb 26 01:08:27 2005 +0000
+++ b/sys/arch/news68k/news68k/pmap_bootstrap.c Sat Feb 26 02:13:42 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_bootstrap.c,v 1.11.6.2 2005/02/23 10:10:45 yamt Exp $     */
+/*     $NetBSD: pmap_bootstrap.c,v 1.11.6.3 2005/02/26 02:13:42 yamt Exp $     */
 
 /* 
  * Copyright (c) 1991, 1993
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.11.6.2 2005/02/23 10:10:45 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.11.6.3 2005/02/26 02:13:42 yamt Exp $");
 
 #include <sys/param.h>
 
@@ -289,6 +289,7 @@
                /*
                 * Initialize the last one to point to Sysptmap.
                 */
+               *ste = kptmpa | PG_RW | PG_V;
                *pte = kptmpa | PG_RW | PG_CI | PG_V;
        }
        /*



Home | Main Index | Thread Index | Old Index