Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun68k/stand/libsa Include pmap.h or pmap3.h instea...



details:   https://anonhg.NetBSD.org/src/rev/9a89c8eed379
branches:  trunk
changeset: 749872:9a89c8eed379
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Dec 11 18:42:05 2009 +0000

description:
Include pmap.h or pmap3.h instead of param.h for NBSG to handle MMU.

diffstat:

 sys/arch/sun68k/stand/libsa/sun2.c |  4 ++--
 sys/arch/sun68k/stand/libsa/sun3.c |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r dbe5b447d4c7 -r 9a89c8eed379 sys/arch/sun68k/stand/libsa/sun2.c
--- a/sys/arch/sun68k/stand/libsa/sun2.c        Fri Dec 11 18:40:08 2009 +0000
+++ b/sys/arch/sun68k/stand/libsa/sun2.c        Fri Dec 11 18:42:05 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sun2.c,v 1.10 2009/01/12 07:00:59 tsutsui Exp $        */
+/*     $NetBSD: sun2.c,v 1.11 2009/12/11 18:42:05 tsutsui Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
  * We need to get the sun2 NBSG definition, even if we're 
  * building this with a different sun68k target.
  */
-#include <arch/sun2/include/param.h>
+#include <arch/sun2/include/pmap.h>
 
 #include <sys/param.h>
 #include <machine/idprom.h>
diff -r dbe5b447d4c7 -r 9a89c8eed379 sys/arch/sun68k/stand/libsa/sun3.c
--- a/sys/arch/sun68k/stand/libsa/sun3.c        Fri Dec 11 18:40:08 2009 +0000
+++ b/sys/arch/sun68k/stand/libsa/sun3.c        Fri Dec 11 18:42:05 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sun3.c,v 1.8 2009/01/12 07:00:59 tsutsui Exp $ */
+/*     $NetBSD: sun3.c,v 1.9 2009/12/11 18:42:05 tsutsui Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -45,7 +45,7 @@
  * We need to get the sun3 NBSG definition, even if we're
  * building this with a different sun68k target.
  */
-#include <arch/sun3/include/param.h>
+#include <arch/sun3/include/pmap3.h>
 
 #include <sys/param.h>
 #include <machine/idprom.h>



Home | Main Index | Thread Index | Old Index