Fix the armv6 build after r309553.

Sponsored by:	Rubicon Communications, LLC (Netgate)
This commit is contained in:
Luiz Otavio O Souza 2016-12-06 06:15:28 +00:00
parent 8e61c3f8e3
commit ff30498384

View File

@ -30,7 +30,6 @@
#ifndef _MACHINE_PMAP_H_
#define _MACHINE_PMAP_H_
#include <sys/systm.h>
#if __ARM_ARCH >= 6
#include <machine/pmap-v6.h>
#else
@ -38,6 +37,7 @@
#endif
#ifdef _KERNEL
#include <sys/systm.h>
extern vm_paddr_t dump_avail[];
extern vm_paddr_t phys_avail[];