Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 03:43:48 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r277311 - head/sys/x86/isa
Message-ID:  <201501180343.t0I3hm8n055419@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Jan 18 03:43:47 2015
New Revision: 277311
URL: https://svnweb.freebsd.org/changeset/base/277311

Log:
  Include mca_machdep.h.

Modified:
  head/sys/x86/isa/atpic.c

Modified: head/sys/x86/isa/atpic.c
==============================================================================
--- head/sys/x86/isa/atpic.c	Sun Jan 18 03:08:30 2015	(r277310)
+++ head/sys/x86/isa/atpic.c	Sun Jan 18 03:43:47 2015	(r277311)
@@ -58,6 +58,9 @@ __FBSDID("$FreeBSD$");
 #include <isa/isareg.h>
 #endif
 #include <isa/isavar.h>
+#ifdef DEV_MCA
+#include <i386/bios/mca_machdep.h>
+#endif
 
 #ifdef __amd64__
 #define	SDT_ATPIC	SDT_SYSIGT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501180343.t0I3hm8n055419>