Index: kernel/arch/mips32/include/mm/frame.h
===================================================================
--- kernel/arch/mips32/include/mm/frame.h	(revision bc428e23afb77940e4c15db93c361ee6efc12ac7)
+++ kernel/arch/mips32/include/mm/frame.h	(revision fadb07a82fc568a02117775b73992d7dc2237c76)
@@ -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);
 
