dect
/
linux-2.6
Archived
13
0
Fork 0

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: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Arnd Bergmann 2009-06-19 11:22:30 +02:00
parent 72ea372341
commit 78229db4c4
1 changed files with 0 additions and 12 deletions

View File

@ -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