mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 14:35:08 +00:00
Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.c
This commit is contained in:
parent
4a04ea48e4
commit
ebc10e0237
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue