summaryrefslogtreecommitdiffstats
path: root/arch/sparc
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-12-25 20:27:33 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2017-03-28 18:24:00 -0400
commit1333eb785614779b2000e547bd32aef85c22ca7a (patch)
treee44c553f1e6ee540dfe5f46040034935bbddd5a0 /arch/sparc
parentd597580d373774b1bdab84b3d26ff0b55162b916 (diff)
downloadop-kernel-dev-1333eb785614779b2000e547bd32aef85c22ca7a.zip
op-kernel-dev-1333eb785614779b2000e547bd32aef85c22ca7a.tar.gz
sparc32: kill __ret_efault()
it's unused on 32bit one as well... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/sparc')
-rw-r--r--arch/sparc/include/asm/uaccess_32.h2
-rw-r--r--arch/sparc/kernel/head_32.S7
2 files changed, 0 insertions, 9 deletions
diff --git a/arch/sparc/include/asm/uaccess_32.h b/arch/sparc/include/asm/uaccess_32.h
index a59a1e8..9391084 100644
--- a/arch/sparc/include/asm/uaccess_32.h
+++ b/arch/sparc/include/asm/uaccess_32.h
@@ -71,8 +71,6 @@ struct exception_table_entry
/* Returns 0 if exception not found and fixup otherwise. */
unsigned long search_extables_range(unsigned long addr, unsigned long *g2);
-void __ret_efault(void);
-
/* Uh, these should become the main single-value transfer routines..
* They automatically use the right size if we just have the right
* pointer type..
diff --git a/arch/sparc/kernel/head_32.S b/arch/sparc/kernel/head_32.S
index 7bb317b..7274e43 100644
--- a/arch/sparc/kernel/head_32.S
+++ b/arch/sparc/kernel/head_32.S
@@ -809,10 +809,3 @@ lvl14_save:
.word 0
.word 0
.word t_irq14
-
- .section ".fixup",#alloc,#execinstr
- .globl __ret_efault
-__ret_efault:
- ret
- restore %g0, -EFAULT, %o0
-EXPORT_SYMBOL(__ret_efault)
OpenPOWER on IntegriCloud