Include pmap.h or pmap3.h instead of param.h for NBSG to handle MMU.
This commit is contained in:
parent
648c35441c
commit
1a88b50bca
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user