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.
This commit is contained in:
Warner Losh 2017-06-18 21:03:43 +00:00
parent 9cbc5bd323
commit b2dc7525d5

@ -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