Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.c
This commit is contained in:
parent
9a49f05087
commit
0bedf06b49
@ -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"
|
||||
|
@ -48,7 +48,7 @@
|
||||
|
||||
#include "cache.h"
|
||||
#include "mmu.h"
|
||||
#include "pginline.h"
|
||||
#include "pgalloc.h"
|
||||
#include "addrenv.h"
|
||||
|
||||
#ifdef CONFIG_ARCH_ADDRENV
|
||||
|
Loading…
Reference in New Issue
Block a user