Index: kernel/arch/mips32/include/mm/frame.h
===================================================================
--- kernel/arch/mips32/include/mm/frame.h	(revision a0f6a61c9a8fa25fea57e5aec9b67811c126299c)
+++ kernel/arch/mips32/include/mm/frame.h	(revision b07c332258ddc6e1be60a03a354a75da62c09c4f)
@@ -37,5 +37,5 @@
 
 #define FRAME_WIDTH		14	/* 16K */
-#define FRAME_SIZE		(1<<FRAME_WIDTH)
+#define FRAME_SIZE		(1 << FRAME_WIDTH)
 
 #ifdef KERNEL
@@ -43,4 +43,5 @@
 
 extern void frame_arch_init(void);
+#define physmem_print()
 
 #endif /* __ASM__ */
