Skip to content
Snippets Groups Projects
Commit 78229db4 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

score: remove __{put,get}_user_unknown


The point of these extern declarations is to provoke a link
error, so an architecture must not provide a symbol for them.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 72ea3723
No related branches found
No related tags found
No related merge requests found
...@@ -182,15 +182,3 @@ ENTRY(__clear_user) ...@@ -182,15 +182,3 @@ ENTRY(__clear_user)
99: 99:
.word 0b, 99b .word 0b, 99b
.previous .previous
.align 2
ENTRY(__put_user_unknown)
.set volatile
ldi r4, -EFAULT
br r3
.align 2
ENTRY(__get_user_unknown)
ldi r5, 0
ldi r4, -EFAULT
br r3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment