Author: andrew
Date: Tue Sep 30 13:32:45 2014
New Revision: 272300
URL: http://svnweb.freebsd.org/changeset/base/272300

Log:
  Make sure __ARM_ARCH is defined in sysreg.h by including acle-compat.h

Modified:
  head/sys/arm/include/sysreg.h

Modified: head/sys/arm/include/sysreg.h
==============================================================================
--- head/sys/arm/include/sysreg.h       Tue Sep 30 13:15:19 2014        
(r272299)
+++ head/sys/arm/include/sysreg.h       Tue Sep 30 13:32:45 2014        
(r272300)
@@ -34,6 +34,8 @@
 #ifndef MACHINE_SYSREG_H
 #define        MACHINE_SYSREG_H
 
+#include <machine/acle-compat.h>
+
 /*
  * CP15 C0 registers
  */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to