diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-06-19 05:22:30 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2009-06-19 05:41:07 -0400 |
commit | 78229db4c4f78f27ecf772fe7489a70530ba9862 (patch) | |
tree | 470834988fbf22e282b6bd1884ea52d6327d7fe3 | |
parent | 72ea3723411c18cace4c8c9e0ccf4116d5e6eaaa (diff) |
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>
-rw-r--r-- | arch/score/lib/string.S | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/score/lib/string.S b/arch/score/lib/string.S index 943d0911ea89..00b7d3a2fc60 100644 --- a/arch/score/lib/string.S +++ b/arch/score/lib/string.S | |||
@@ -182,15 +182,3 @@ ENTRY(__clear_user) | |||
182 | 99: | 182 | 99: |
183 | .word 0b, 99b | 183 | .word 0b, 99b |
184 | .previous | 184 | .previous |
185 | |||
186 | .align 2 | ||
187 | ENTRY(__put_user_unknown) | ||
188 | .set volatile | ||
189 | ldi r4, -EFAULT | ||
190 | br r3 | ||
191 | |||
192 | .align 2 | ||
193 | ENTRY(__get_user_unknown) | ||
194 | ldi r5, 0 | ||
195 | ldi r4, -EFAULT | ||
196 | br r3 | ||