Fix the armv6 build after r309553.
Sponsored by: Rubicon Communications, LLC (Netgate)
This commit is contained in:
parent
8e61c3f8e3
commit
ff30498384
@ -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[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user