meso: miscellaneous cleanup and build fixes

This commit is contained in:
fincs 2019-12-13 21:41:19 +01:00 committed by SciresM
parent af352e4f7f
commit 623b5f4eb9
7 changed files with 73 additions and 153 deletions

View file

@ -18,5 +18,5 @@
#ifdef ATMOSPHERE_ARCH_ARM64
#include "../arch/arm64/init/kern_k_init_page_table.hpp"
#else
#error "Unknown architecutre for KInitialPageTable"
#error "Unknown architecture for KInitialPageTable"
#endif