svn commit: r320081 - head/sys/arm/arm

Warner Losh imp at FreeBSD.org
Sun Jun 18 21:03:44 UTC 2017


Author: imp
Date: Sun Jun 18 21:03:43 2017
New Revision: 320081
URL: https://svnweb.freebsd.org/changeset/base/320081

Log:
  Include the generic cpu.h instead of the v4/v6 specific cpu.h. This
  one change allows it to be compiled either for v4 or v6.

Modified:
  head/sys/arm/arm/busdma_machdep-v6.c

Modified: head/sys/arm/arm/busdma_machdep-v6.c
==============================================================================
--- head/sys/arm/arm/busdma_machdep-v6.c	Sun Jun 18 21:03:35 2017	(r320080)
+++ head/sys/arm/arm/busdma_machdep-v6.c	Sun Jun 18 21:03:43 2017	(r320081)
@@ -57,7 +57,7 @@ __FBSDID("$FreeBSD$");
 
 #include <machine/atomic.h>
 #include <machine/bus.h>
-#include <machine/cpu-v6.h>
+#include <machine/cpu.h>
 #include <machine/md_var.h>
 
 #define	BUSDMA_DCACHE_ALIGN	cpuinfo.dcache_line_size


More information about the svn-src-all mailing list