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:48 -06:00
parent 9a49f05087
commit 0bedf06b49
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@
#include <nuttx/pgalloc.h>
#include <arch/irq.h>
#include "pginline.h"
#include "pgalloc.h"
#include "cache.h"
#include "mmu.h"
#include "addrenv.h"

View File

@ -48,7 +48,7 @@
#include "cache.h"
#include "mmu.h"
#include "pginline.h"
#include "pgalloc.h"
#include "addrenv.h"
#ifdef CONFIG_ARCH_ADDRENV