Finally nobble the last MACHINE_NONCONTIG gremlins. Needed to add
<machine/vmparam.h> to pmap.c and locore.s. Plus, genassym.sh needed to have USRSTACK removed due to conflict with vmparam.h
This commit is contained in:
parent
5665df7a14
commit
6eb98e720f
@ -1,4 +1,4 @@
|
||||
# $NetBSD: genassym.cf,v 1.4 1997/09/28 11:29:48 scw Exp $
|
||||
# $NetBSD: genassym.cf,v 1.5 1997/10/21 19:25:08 scw Exp $
|
||||
|
||||
#
|
||||
# Copyright (c) 1982, 1990, 1993
|
||||
@ -106,7 +106,7 @@ define UPAGES UPAGES
|
||||
define USPACE USPACE
|
||||
define NBPG NBPG
|
||||
define PGSHIFT PGSHIFT
|
||||
define USRSTACK USRSTACK
|
||||
#define USRSTACK USRSTACK
|
||||
|
||||
# boot stuff
|
||||
define RB_SBOOT RB_SBOOT
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: locore.s,v 1.28 1997/10/13 00:19:37 thorpej Exp $ */
|
||||
/* $NetBSD: locore.s,v 1.29 1997/10/21 19:25:16 scw Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
@ -45,6 +45,7 @@
|
||||
#include "assym.h"
|
||||
#include <machine/asm.h>
|
||||
#include <machine/trap.h>
|
||||
#include <machine/vmparam.h>
|
||||
|
||||
/*
|
||||
* Temporary stack for a variety of purposes.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pmap.c,v 1.7 1997/10/09 21:39:36 scw Exp $ */
|
||||
/* $NetBSD: pmap.c,v 1.8 1997/10/21 19:25:23 scw Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -100,6 +100,7 @@
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/user.h>
|
||||
|
||||
#include <machine/vmparam.h>
|
||||
#include <machine/pte.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
Loading…
Reference in New Issue
Block a user