From 29809d2f1e8c02ea2b0ede0ef698eeadae085716 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 13 Aug 2009 13:24:49 +0000 Subject: Make the i386 APIC code closer to the amd64 version. Many whitespace fixes, some additional code. ok toby@, oga@ --- sys/arch/i386/include/intr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/include/intr.h') diff --git a/sys/arch/i386/include/intr.h b/sys/arch/i386/include/intr.h index fd5f02fa4af..bfba600f8de 100644 --- a/sys/arch/i386/include/intr.h +++ b/sys/arch/i386/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.38 2009/04/19 17:50:18 oga Exp $ */ +/* $OpenBSD: intr.h,v 1.39 2009/08/13 13:24:48 kettenis Exp $ */ /* $NetBSD: intr.h,v 1.5 1996/05/13 06:11:28 mycroft Exp $ */ /* @@ -129,6 +129,8 @@ void splassert_check(int, const char *); #define setsoftnet() softintr(SIR_NET) #define setsofttty() softintr(SIR_TTY) +#include + struct cpu_info; #ifdef MULTIPROCESSOR -- cgit v1.2.3