Include machine/cpuconf.h in pmap.h in order to get ARM_NMMUS defined,

to appease -Wundef.
This commit is contained in:
cognet 2006-05-31 11:57:37 +00:00
parent d024980598
commit d766c10a1c

View File

@ -51,7 +51,7 @@
#define _MACHINE_PMAP_H_
#include <machine/pte.h>
#include <machine/cpuconf.h>
/*
* Pte related macros
*/