diff options
author | 2008-09-28 20:43:31 +0000 | |
---|---|---|
committer | 2008-09-28 20:43:31 +0000 | |
commit | cea153b14f781ab2c5bcfba4d3ead57d3c64b49c (patch) | |
tree | cf1d2404ddc885c9201c4ce9923a1dad396b7efc | |
parent | Remove "XXX for now" NLAPIC define. Already provided via lapic.h. (diff) | |
download | wireguard-openbsd-cea153b14f781ab2c5bcfba4d3ead57d3c64b49c.tar.xz wireguard-openbsd-cea153b14f781ab2c5bcfba4d3ead57d3c64b49c.zip |
Always include machine/cpu.h and remove i82489reg.h/i82489var.h.
ok kettenis@
-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. */ |