pull in <machine/cpu.h>, rather than <machine/mtpr.h> for soft intr stuff

This commit is contained in:
cgd 1994-01-16 01:58:59 +00:00
parent d8f4f2b929
commit b8b27d46f2
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)if_x25subr.c 7.14 (Berkeley) 6/26/91
* $Id: if_x25subr.c,v 1.3 1993/12/18 00:41:30 mycroft Exp $
* $Id: if_x25subr.c,v 1.4 1994/01/16 01:59:21 cgd Exp $
*/
#include <sys/param.h>
@ -55,7 +55,7 @@
#include <netccitt/pk.h>
#include <netccitt/pk_var.h>
#include <machine/mtpr.h>
#include <machine/cpu.h>
#ifdef INET
#include <netinet/in.h>

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)if_eon.c 7.16 (Berkeley) 6/27/91
* $Id: if_eon.c,v 1.4 1994/01/10 22:01:43 mycroft Exp $
* $Id: if_eon.c,v 1.5 1994/01/16 01:58:59 cgd Exp $
*/
/***********************************************************
@ -104,7 +104,7 @@ SOFTWARE.
#include <netiso/iso_errno.h>
#include <netiso/eonvar.h>
#include <machine/mtpr.h>
#include <machine/cpu.h>
extern struct timeval time;
extern struct ifnet loif;