diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-02-16 04:45:49 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 04:13:13 -0500 |
commit | 9b6b46470cc1c52f6917b0cd8b7cf4b5cbc5acf6 (patch) | |
tree | d004412f27e0fceb2548513e954e80e15913ab84 /arch/sparc64/kernel/winfixup.S | |
parent | 3d6395cb770b0db9135a853b1742418c99ed2148 (diff) |
[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>
Diffstat (limited to 'arch/sparc64/kernel/winfixup.S')
-rw-r--r-- | arch/sparc64/kernel/winfixup.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/winfixup.S b/arch/sparc64/kernel/winfixup.S index aca2a98b930b..161371370e9d 100644 --- a/arch/sparc64/kernel/winfixup.S +++ b/arch/sparc64/kernel/winfixup.S | |||
@@ -121,7 +121,7 @@ fill_fixup_mna: | |||
121 | cmp %g1, 3 | 121 | cmp %g1, 3 |
122 | bne,pt %icc, 1f | 122 | bne,pt %icc, 1f |
123 | add %sp, PTREGS_OFF, %o0 | 123 | add %sp, PTREGS_OFF, %o0 |
124 | call sun4v_mna | 124 | call sun4v_do_mna |
125 | nop | 125 | nop |
126 | ba,a,pt %xcc, rtrap_clr_l6 | 126 | ba,a,pt %xcc, rtrap_clr_l6 |
127 | 1: call mem_address_unaligned | 127 | 1: call mem_address_unaligned |