Skip to content

Commit

Permalink
[SPARC64]: Fix bogus call to sun4v_mna in winfixup code.
Browse files Browse the repository at this point in the history
The C function is named sun4v_do_mna not sun4v_mna.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent 3d6395c commit 9b6b464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc64/kernel/winfixup.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b6b464

Please sign in to comment.