diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-14 17:47:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-14 17:47:29 +0000 |
commit | 144072022130ec59d138f16118beaacc81570939 (patch) | |
tree | d702922cb806e63998d5da4dfeefacb22c69c9b3 /sys/arch/hppa/include/intr.h | |
parent | 7dde74bdd695964419f148702edb402ef00b2a48 (diff) |
board ids will be auto-gen
move iodc.h and iomod.h into cpu.h so MI part won't see 'em
Diffstat (limited to 'sys/arch/hppa/include/intr.h')
-rw-r--r-- | sys/arch/hppa/include/intr.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/intr.h b/sys/arch/hppa/include/intr.h index 949f41d1f98..e6ef8eb485a 100644 --- a/sys/arch/hppa/include/intr.h +++ b/sys/arch/hppa/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.2 1998/07/07 21:32:41 mickey Exp $ */ +/* $OpenBSD: intr.h,v 1.3 1998/07/14 17:47:28 mickey Exp $ */ /* * Copyright (c) 1990,1991,1992,1994 The University of Utah and @@ -27,9 +27,6 @@ #ifndef _HPPA_INTR_H_ #define _HPPA_INTR_H_ -#include <machine/iodc.h> -#include <machine/iomod.h> - /* * While the original 8 SPL's were "plenty", the PA-RISC chip provides us * with 32 possible interrupt levels. We take advantage of this by using |