Namhyung Kim
41a2437eb1
ptrace: cleanup arch_ptrace() on score
...
Remove unnecessary castings.
Signed-off-by: Namhyung Kim <namhyung@gmail.com >
Cc: Chen Liqin <liqin.chen@sunplusct.com >
Cc: Lennox Wu <lennox.wu@gmail.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-10-27 18:03:12 -07:00
Namhyung Kim
9b05a69e05
ptrace: change signature of arch_ptrace()
...
Fix up the arguments to arch_ptrace() to take account of the fact that
@addr and @data are now unsigned long rather than long as of a preceding
patch in this series.
Signed-off-by: Namhyung Kim <namhyung@gmail.com >
Cc: <linux-arch@vger.kernel.org >
Acked-by: Roland McGrath <roland@redhat.com >
Acked-by: David Howells <dhowells@redhat.com >
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org >
Acked-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-10-27 18:03:10 -07:00
Chen Liqin
798983b2d5
score: update files according to review comments.
2009-08-30 12:34:08 +08:00
Arnd Bergmann
a1f8213b95
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 >
2009-06-27 15:09:52 +02:00
Chen Liqin
0402c91af9
score: update files according to review comments
...
modified: arch/score/include/asm/cacheflush.h
modified: arch/score/include/asm/delay.h
modified: arch/score/include/asm/errno.h
modified: arch/score/include/asm/pgtable-bits.h
modified: arch/score/include/asm/pgtable.h
modified: arch/score/include/asm/ptrace.h
modified: arch/score/include/asm/unistd.h
modified: arch/score/kernel/entry.S
modified: arch/score/kernel/process.c
modified: arch/score/kernel/ptrace.c
modified: arch/score/kernel/signal.c
modified: arch/score/kernel/sys_score.c
modified: arch/score/kernel/traps.c
modified: arch/score/mm/cache.c
Signed-off-by: Chen Liqin <liqin.chen@sunplusct.com >
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
2009-06-19 11:40:13 +02:00
Chen Liqin
6bc9a3966f
score: Add support for Sunplus S+core architecture
...
This is the complete set of new arch Score's files for linux.
Score instruction set support 16bits, 32bits and 64bits instruction,
Score SOC had been used in game machine and LCD TV.
Signed-off-by: Chen Liqin <liqin.chen@sunplusct.com >
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
2009-06-19 11:38:47 +02:00