Skip to content

Commit

Permalink
score: remove __{put,get}_user_unknown
Browse files Browse the repository at this point in the history
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: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Jun 19, 2009
1 parent 72ea372 commit 78229db
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions arch/score/lib/string.S
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,3 @@ ENTRY(__clear_user)
99:
.word 0b, 99b
.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 comments on commit 78229db

Please sign in to comment.