Use <machine/machdep.h>

This commit is contained in:
gwr 1997-01-24 00:09:34 +00:00
parent f13a8dfcb5
commit 8d9bb0e996
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: intreg.c,v 1.6 1996/12/17 21:11:28 gwr Exp $ */
/* $NetBSD: intreg.c,v 1.7 1997/01/24 00:09:34 gwr Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -26,8 +26,8 @@
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
@ -50,9 +50,10 @@
#include <machine/cpu.h>
#include <machine/mon.h>
#include <machine/obio.h>
#include <machine/machdep.h>
#include "interreg.h"
#include "machdep.h"
struct intreg_softc {
struct device sc_dev;

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.36 1996/12/17 21:11:45 gwr Exp $ */
/* $NetBSD: vm_machdep.c,v 1.37 1997/01/24 00:09:35 gwr Exp $ */
/*
* Copyright (c) 1994, 1995 Gordon W. Ross
@ -61,8 +61,7 @@
#include <machine/reg.h>
#include <machine/pte.h>
#include <machine/pmap.h>
#include "machdep.h"
#include <machine/machdep.h>
extern int fpu_type;