Commit bbbab9f5 authored by David S. Miller's avatar David S. Miller Committed by Greg Kroah-Hartman

sparc64: Delete __ret_efault.

[ Upstream commit aa95ce36 ]

It is completely unused.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 81a91edb
...@@ -98,7 +98,6 @@ struct exception_table_entry { ...@@ -98,7 +98,6 @@ struct exception_table_entry {
unsigned int insn, fixup; unsigned int insn, fixup;
}; };
void __ret_efault(void);
void __retl_efault(void); void __retl_efault(void);
/* Uh, these should become the main single-value transfer routines.. /* Uh, these should become the main single-value transfer routines..
......
...@@ -922,12 +922,7 @@ prom_tba: .xword 0 ...@@ -922,12 +922,7 @@ prom_tba: .xword 0
tlb_type: .word 0 /* Must NOT end up in BSS */ tlb_type: .word 0 /* Must NOT end up in BSS */
.section ".fixup",#alloc,#execinstr .section ".fixup",#alloc,#execinstr
.globl __ret_efault, __retl_efault, __ret_one, __retl_one .globl __retl_efault, __ret_one, __retl_one
ENTRY(__ret_efault)
ret
restore %g0, -EFAULT, %o0
ENDPROC(__ret_efault)
ENTRY(__retl_efault) ENTRY(__retl_efault)
retl retl
mov -EFAULT, %o0 mov -EFAULT, %o0
......
...@@ -27,7 +27,6 @@ EXPORT_SYMBOL(__flushw_user); ...@@ -27,7 +27,6 @@ EXPORT_SYMBOL(__flushw_user);
EXPORT_SYMBOL_GPL(real_hard_smp_processor_id); EXPORT_SYMBOL_GPL(real_hard_smp_processor_id);
/* from head_64.S */ /* from head_64.S */
EXPORT_SYMBOL(__ret_efault);
EXPORT_SYMBOL(tlb_type); EXPORT_SYMBOL(tlb_type);
EXPORT_SYMBOL(sun4v_chip_type); EXPORT_SYMBOL(sun4v_chip_type);
EXPORT_SYMBOL(prom_root_node); EXPORT_SYMBOL(prom_root_node);
......
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