diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-09-28 20:43:32 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-09-28 20:43:32 +0000 |
commit | fd63fb7aa08fcaebaca91493b6defa20e32742e9 (patch) | |
tree | 503b3270647adcc71ef0ecff214533b153b1a92f /sys/arch | |
parent | f711362139050c688530f27bf5ca120edb82ffc5 (diff) |
Always include machine/cpu.h and remove i82489reg.h/i82489var.h.
ok kettenis@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/include/intr.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/i386/include/intr.h b/sys/arch/i386/include/intr.h index 62ad4908849..f549f8f38c0 100644 --- a/sys/arch/i386/include/intr.h +++ b/sys/arch/i386/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.35 2008/05/07 20:42:02 kettenis Exp $ */ +/* $OpenBSD: intr.h,v 1.36 2008/09/28 20:43:31 brad Exp $ */ /* $NetBSD: intr.h,v 1.5 1996/05/13 06:11:28 mycroft Exp $ */ /* @@ -36,12 +36,7 @@ #include <machine/intrdefs.h> #ifndef _LOCORE - -#ifdef MULTIPROCESSOR -#include <machine/i82489reg.h> -#include <machine/i82489var.h> #include <machine/cpu.h> -#endif extern volatile u_int32_t lapic_tpr; /* Current interrupt priority level. */ |