Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Dec 2014 14:29:28 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276247 - head/sys/arm/include
Message-ID:  <201412261429.sBQETS0t033935@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Fri Dec 26 14:29:27 2014
New Revision: 276247
URL: https://svnweb.freebsd.org/changeset/base/276247

Log:
  Include acle-compat.h directly (we use its symbols) rather than getting
  it via sysreg.h.

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

Modified: head/sys/arm/include/asm.h
==============================================================================
--- head/sys/arm/include/asm.h	Fri Dec 26 14:22:39 2014	(r276246)
+++ head/sys/arm/include/asm.h	Fri Dec 26 14:29:27 2014	(r276247)
@@ -39,6 +39,7 @@
 #ifndef _MACHINE_ASM_H_
 #define _MACHINE_ASM_H_
 #include <sys/cdefs.h>
+#include <machine/acle-compat.h>
 #include <machine/sysreg.h>
 
 #define	_C_LABEL(x)	x



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