Include opt_armfpe.h

This commit is contained in:
mark 1998-07-06 01:56:40 +00:00
parent f10dbf227d
commit 572dcd8575
3 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpuswitch.S,v 1.24 1998/06/02 20:41:47 mark Exp $ */
/* $NetBSD: cpuswitch.S,v 1.25 1998/07/06 01:56:40 mark Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@ -43,7 +43,9 @@
* Created : 15/10/94
*/
#include "opt_armfpe.h"
#include "opt_uvm.h"
#include "assym.h"
#include <machine/param.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: process_machdep.c,v 1.9 1998/04/01 23:05:28 mark Exp $ */
/* $NetBSD: process_machdep.c,v 1.10 1998/07/06 01:56:40 mark Exp $ */
/*
* Copyright (c) 1995 Frank Lancaster. All rights reserved.
@ -66,6 +66,8 @@
* Set the process's program counter.
*/
#include "opt_armfpe.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.24 1998/06/02 20:41:51 mark Exp $ */
/* $NetBSD: vm_machdep.c,v 1.25 1998/07/06 01:56:41 mark Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@ -43,6 +43,7 @@
* Created : 08/10/94
*/
#include "opt_armfpe.h"
#include "opt_uvm.h"
#include <sys/param.h>