[SPARC64]: Fix C-function name called by sun4v_mna trap code.

The trap code was calling itself :-)

Signed-off-by: David S. Miller <davem@davemloft.net>
此提交包含在:
David S. Miller
2006-02-14 16:39:22 -08:00
父節點 fbf1c68eaf
當前提交 9f8a5b843f
共有 2 個檔案被更改,包括 2 行新增2 行删除

查看文件

@@ -2250,7 +2250,7 @@ void mem_address_unaligned(struct pt_regs *regs, unsigned long sfar, unsigned lo
force_sig_info(SIGBUS, &info, current);
}
void sun4v_mna(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx)
void sun4v_do_mna(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx)
{
siginfo_t info;