score: add address space annotations
authorArnd Bergmann <arnd@arndb.de>
Sat, 27 Jun 2009 13:05:30 +0000 (15:05 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 27 Jun 2009 13:09:52 +0000 (15:09 +0200)
commita1f8213b9518d0e9124a48a34bdd58b4bc2650e5
tree07de0c44f8e30fb6da6458b6026c3114740ea9bc
parent9fb24cc50045ec8d13d0a6c3d4d454750b466d61
score: add address space annotations

Annotate the address space for pointers that are used
correctly with __user and __iomem, so that sparse
can better warn about incorrect casts.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/score/include/asm/uaccess.h
arch/score/kernel/ptrace.c
arch/score/kernel/signal.c
arch/score/kernel/sys_score.c