summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2006-12-17 01:22:51 +0000
committerkmacy <kmacy@FreeBSD.org>2006-12-17 01:22:51 +0000
commitc13fe14b886694239fd7ecda31efae66b12b40b2 (patch)
tree312ca967469d98310aa633ba6c8807378cdafb11
parent789d28d57752389a754e8d65a1b3804216fffe1a (diff)
downloadFreeBSD-src-c13fe14b886694239fd7ecda31efae66b12b40b2.zip
FreeBSD-src-c13fe14b886694239fd7ecda31efae66b12b40b2.tar.gz
make unmap_perm_addr conform to declaration
-rw-r--r--sys/sun4v/sun4v/hcall.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sun4v/sun4v/hcall.S b/sys/sun4v/sun4v/hcall.S
index 3802dcd..1e53098 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
OpenPOWER on IntegriCloud