28 Oct, 2010

2 commits

  • Remove unnecessary castings.

    Signed-off-by: Namhyung Kim
    Cc: Chen Liqin
    Cc: Lennox Wu
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Namhyung Kim
     
  • 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
    Cc:
    Acked-by: Roland McGrath
    Acked-by: David Howells
    Acked-by: Geert Uytterhoeven
    Acked-by: David S. Miller
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Namhyung Kim
     

30 Aug, 2009

1 commit


27 Jun, 2009

1 commit


19 Jun, 2009

2 commits

  • 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
    Signed-off-by: Arnd Bergmann

    Chen Liqin
     
  • 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
    Signed-off-by: Arnd Bergmann

    Chen Liqin