Index: kernel/arch/mips64/include/mm/frame.h
===================================================================
--- kernel/arch/mips64/include/mm/frame.h	(revision 55896b6837c19f8fe505af9cbe31069aa02c168b)
+++ kernel/arch/mips64/include/mm/frame.h	(revision c6f1908ecbced40d641beac151a51af7725f49d0)
@@ -41,5 +41,6 @@
 #ifndef __ASM__
 
-extern void frame_arch_init(void);
+extern void frame_low_arch_init(void);
+extern void frame_high_arch_init(void);
 extern void physmem_print(void);
 
Index: kernel/arch/mips64/src/mm/frame.c
===================================================================
--- kernel/arch/mips64/src/mm/frame.c	(revision 55896b6837c19f8fe505af9cbe31069aa02c168b)
+++ kernel/arch/mips64/src/mm/frame.c	(revision c6f1908ecbced40d641beac151a51af7725f49d0)
@@ -156,5 +156,5 @@
  *
  */
-void frame_arch_init(void)
+void frame_low_arch_init(void)
 {
 	ipl_t ipl = interrupts_disable();
@@ -229,4 +229,8 @@
 }
 
+void frame_high_arch_init(void)
+{
+}
+
 void physmem_print(void)
 {
