From bbca332e0c4518f0b5baa489139128f82d5351ee Mon Sep 17 00:00:00 2001 From: Kip Macy Date: Sun, 17 Dec 2006 01:22:51 +0000 Subject: [PATCH] make unmap_perm_addr conform to declaration --- sys/sun4v/sun4v/hcall.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/sun4v/sun4v/hcall.S b/sys/sun4v/sun4v/hcall.S index 3802dcd02de6..1e5309800a79 100644 --- a/sys/sun4v/sun4v/hcall.S +++ b/sys/sun4v/sun4v/hcall.S @@ -509,6 +509,8 @@ END(hv_mmu_unmap_addr) * */ ENTRY(hv_mmu_unmap_perm_addr) + mov %o1, %o2 + clr %o1 mov MMU_UNMAP_PERM_ADDR, %o5 ta FAST_TRAP retl