svn commit: r277311 - head/sys/x86/isa

Warner Losh imp at FreeBSD.org
Sun Jan 18 03:43:48 UTC 2015


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


More information about the svn-src-all mailing list