Index: boot/arch/sparc64/loader/asm.h
===================================================================
--- boot/arch/sparc64/loader/asm.h	(revision d630139332f649889fde186aaa1729516725c881)
+++ boot/arch/sparc64/loader/asm.h	(revision 2057572a989f56acc5c906946caebf6b2e039bda)
@@ -34,6 +34,6 @@
 #include "main.h"
 
-#define PAGE_SIZE	8192
-#define PAGE_WIDTH	13
+#define PAGE_WIDTH	14
+#define PAGE_SIZE	(1 << PAGE_WIDTH)
 
 #define memcpy(dst, src, cnt)  __builtin_memcpy((dst), (src), (cnt))
