Author: mmel
Date: Wed Feb 3 08:12:21 2016
New Revision: 295198
URL: https://svnweb.freebsd.org/changeset/base/295198
Log:
ARM: acle-compat.h is arm specific header, don't include it for aarch64. This
fixes aarch64 buildkernel.
Modified:
head/sys/arm/arm/devmap.c
Modified: head/sys/arm/arm/devmap.c
==============================================================================
--- head/sys/arm/arm/devmap.c Wed Feb 3 04:02:50 2016 (r295197)
+++ head/sys/arm/arm/devmap.c Wed Feb 3 08:12:21 2016 (r295198)
@@ -40,7 +40,9 @@ __FBSDID("$FreeBSD$");
#include <vm/vm.h>
#include <vm/vm_extern.h>
#include <vm/pmap.h>
+#ifdef __arm__
#include <machine/acle-compat.h>
+#endif
#include <machine/armreg.h>
#include <machine/devmap.h>
#include <machine/vmparam.h>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"