From b2dc7525d54d9e0c8a901b6350c5862effdc5cf5 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 18 Jun 2017 21:03:43 +0000 Subject: [PATCH] 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. --- sys/arm/arm/busdma_machdep-v6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm/arm/busdma_machdep-v6.c b/sys/arm/arm/busdma_machdep-v6.c index 58e2012e44e0..bb34adf2c0c6 100644 --- a/sys/arm/arm/busdma_machdep-v6.c +++ b/sys/arm/arm/busdma_machdep-v6.c @@ -57,7 +57,7 @@ __FBSDID("$FreeBSD$"); #include #include -#include +#include #include #define BUSDMA_DCACHE_ALIGN cpuinfo.dcache_line_size