[SPARC64]: Fix bogus call to sun4v_mna in winfixup code.
The C function is named sun4v_do_mna not sun4v_mna. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3d6395cb77
commit
9b6b46470c
|
@ -121,7 +121,7 @@ fill_fixup_mna:
|
||||||
cmp %g1, 3
|
cmp %g1, 3
|
||||||
bne,pt %icc, 1f
|
bne,pt %icc, 1f
|
||||||
add %sp, PTREGS_OFF, %o0
|
add %sp, PTREGS_OFF, %o0
|
||||||
call sun4v_mna
|
call sun4v_do_mna
|
||||||
nop
|
nop
|
||||||
ba,a,pt %xcc, rtrap_clr_l6
|
ba,a,pt %xcc, rtrap_clr_l6
|
||||||
1: call mem_address_unaligned
|
1: call mem_address_unaligned
|
||||||
|
|
Loading…
Reference in New Issue