Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.c

This commit is contained in:
Gregory Nutt 2014-09-16 13:31:24 -06:00
parent b627c70492
commit 9a49f05087

View File

@ -49,7 +49,7 @@
#include "cache.h"
#include "mmu.h"
#include "pginline.h"
#include "pgalloc.h"
#if defined(CONFIG_MM_PGALLOC) && defined(CONFIG_ARCH_USE_MMU)