Pull in i82489var.h in the NLAPIC > 0 case, from Geoff Wing.

This commit is contained in:
jmcneill 2007-08-02 11:23:35 +00:00
parent d05696c333
commit fa02ff9185
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: acpi_wakeup.c,v 1.37 2007/08/01 22:41:59 jmcneill Exp $ */
/* $NetBSD: acpi_wakeup.c,v 1.38 2007/08/02 11:23:35 jmcneill Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: acpi_wakeup.c,v 1.37 2007/08/01 22:41:59 jmcneill Exp $");
__KERNEL_RCSID(0, "$NetBSD: acpi_wakeup.c,v 1.38 2007/08/02 11:23:35 jmcneill Exp $");
/*-
* Copyright (c) 2001 Takanori Watanabe <takawata@jp.freebsd.org>
@ -81,6 +81,9 @@ __KERNEL_RCSID(0, "$NetBSD: acpi_wakeup.c,v 1.37 2007/08/01 22:41:59 jmcneill Ex
#include "lapic.h"
#include "ioapic.h"
#if NLAPIC > 0
#include <machine/i82489var.h>
#endif
#if NIOAPIC > 0
#include <machine/i82093var.h>
#endif