Commit 9b6b4647 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Fix bogus call to sun4v_mna in winfixup code.

The C function is named sun4v_do_mna not sun4v_mna.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3d6395cb
......@@ -121,7 +121,7 @@ fill_fixup_mna:
cmp %g1, 3
bne,pt %icc, 1f
add %sp, PTREGS_OFF, %o0
call sun4v_mna
call sun4v_do_mna
nop
ba,a,pt %xcc, rtrap_clr_l6
1: call mem_address_unaligned
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment