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 Fix typo. (s/PG_/SG_/ fot Sysptma...



details:   https://anonhg.NetBSD.org/src/rev/1c829e9b7f65
branches:  yamt-km
changeset: 573373:1c829e9b7f65
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Feb 27 08:16:47 2005 +0000

description:
Fix typo. (s/PG_/SG_/ fot Sysptmap ste)

Now yamt-km kernel for news68k goes to single user,
but lance Ethernet doesn't work with "le0: receiver disabled" messages.

diffstat:

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

diffs (27 lines):

diff -r 8a6df5440144 -r 1c829e9b7f65 sys/arch/news68k/news68k/pmap_bootstrap.c
--- a/sys/arch/news68k/news68k/pmap_bootstrap.c Sun Feb 27 08:04:55 2005 +0000
+++ b/sys/arch/news68k/news68k/pmap_bootstrap.c Sun Feb 27 08:16:47 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_bootstrap.c,v 1.11.6.3 2005/02/26 02:13:42 yamt Exp $     */
+/*     $NetBSD: pmap_bootstrap.c,v 1.11.6.4 2005/02/27 08:16:47 tsutsui Exp $  */
 
 /* 
  * Copyright (c) 1991, 1993
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.11.6.3 2005/02/26 02:13:42 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.11.6.4 2005/02/27 08:16:47 tsutsui Exp $");
 
 #include <sys/param.h>
 
@@ -289,7 +289,7 @@
                /*
                 * Initialize the last one to point to Sysptmap.
                 */
-               *ste = kptmpa | PG_RW | PG_V;
+               *ste = kptmpa | SG_RW | SG_V;
                *pte = kptmpa | PG_RW | PG_CI | PG_V;
        }
        /*



Home | Main Index | Thread Index | Old Index