Module Name:    src
Committed By:   tsutsui
Date:           Fri Dec 11 18:42:05 UTC 2009

Modified Files:
        src/sys/arch/sun68k/stand/libsa: sun2.c sun3.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sun68k/stand/libsa/sun2.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sun68k/stand/libsa/sun3.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sun68k/stand/libsa/sun2.c
diff -u src/sys/arch/sun68k/stand/libsa/sun2.c:1.10 src/sys/arch/sun68k/stand/libsa/sun2.c:1.11
--- src/sys/arch/sun68k/stand/libsa/sun2.c:1.10	Mon Jan 12 07:00:59 2009
+++ src/sys/arch/sun68k/stand/libsa/sun2.c	Fri Dec 11 18:42:05 2009
@@ -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>

Index: src/sys/arch/sun68k/stand/libsa/sun3.c
diff -u src/sys/arch/sun68k/stand/libsa/sun3.c:1.8 src/sys/arch/sun68k/stand/libsa/sun3.c:1.9
--- src/sys/arch/sun68k/stand/libsa/sun3.c:1.8	Mon Jan 12 07:00:59 2009
+++ src/sys/arch/sun68k/stand/libsa/sun3.c	Fri Dec 11 18:42:05 2009
@@ -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>

Reply via email to