Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2017 21:03:43 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320081 - head/sys/arm/arm
Message-ID:  <201706182103.v5IL3h2L049348@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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