score: remove __{put,get}_user_unknown
authorArnd Bergmann <arnd@arndb.de>
Fri, 19 Jun 2009 09:22:30 +0000 (11:22 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Jun 2009 09:41:07 +0000 (11:41 +0200)
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>
arch/score/lib/string.S

index 943d0911ea890e960a8ff5cb2bd5ed24d4c6cd8b..00b7d3a2fc60681253eb2e1c1b874e48bbd02a4a 100644 (file)
@@ -182,15 +182,3 @@ ENTRY(__clear_user)
 99:
        .word   0b, 99b
        .previous
 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