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 ddcc8a0d63f8ff64bcff9151c6d65b103343d22c)
@@ -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);
 
