[arch][mmu] clean up page size definitions in each arch's defines.h

No real functional change except how the smaller ARCH_DEFAULT_PAGE_SIZE
is now computed and set in defines.h instead of rules.mk for arch/arm to
be consistent with the other arch that has a large/small build (riscv).
This commit is contained in:
Travis Geiselbrecht
2025-08-31 19:16:58 -07:00
parent 0a8a4354a9
commit cc9c3a053c
13 changed files with 78 additions and 78 deletions

View File

@@ -23,7 +23,6 @@
#include <lk/debug.h>
#include <lk/init.h>
#include <platform.h>
#include <string.h>
#include <target.h>
/* saved boot arguments from whoever loaded the system */