aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/kernel/init_task.c
Commit message (Collapse)AuthorAge
* Use new __init_task_data macro in arch init_task.c files.Joe Perches2009-09-21
| | | | | | | Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Tim Abbott <tabbott@ksplice.com> Acked-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* score: make init_thread_union align to THREAD_SIZEChen Liqin2009-08-30
|
* score: remove init_mmArnd Bergmann2009-06-19
| | | | | | | init_mm is now part of the common code and not provided by the architecture any more. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* score: Add support for Sunplus S+core architectureChen Liqin2009-06-19
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>