Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2015 02:18:00 +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: r277285 - head/sys/x86/isa
Message-ID:  <201501170218.t0H2I0AW038857@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sat Jan 17 02:17:59 2015
New Revision: 277285
URL: https://svnweb.freebsd.org/changeset/base/277285

Log:
  Need to include opt_mca.h to test for DEV_MCA.

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

Modified: head/sys/x86/isa/atpic.c
==============================================================================
--- head/sys/x86/isa/atpic.c	Sat Jan 17 02:17:57 2015	(r277284)
+++ head/sys/x86/isa/atpic.c	Sat Jan 17 02:17:59 2015	(r277285)
@@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
 
 #include "opt_auto_eoi.h"
 #include "opt_isa.h"
+#include "opt_mca.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>



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