Index: boot/genarch/ofw.c
===================================================================
--- boot/genarch/ofw.c	(revision e5be99a7077c8f0e7100c97ffb281e790806cb3b)
+++ boot/genarch/ofw.c	(revision 4bc73fa8bbcccf620136bf8a8217a30c0a840d89)
@@ -204,6 +204,6 @@
 	int shift;
 
-	if (ofw_call("call-method", 3, 5, result, "translate", ofw_mmu,
-	    virt) != 0) {
+	if (ofw_call("call-method", 4, 5, result, "translate", ofw_mmu,
+	    virt, 0) != 0) {
 		puts("Error: MMU method translate() failed, halting.\n");
 		halt();
