summaryrefslogtreecommitdiffstats
path: root/arch/score/kernel/setup.c
Commit message (Collapse)AuthorAgeFilesLines
* score: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-081-1/+3
| | | | | | | | | | | | score used early_node_map[] just to prime free_area_init_nodes(). Now memblock can be used for the same purpose and early_node_map[] is scheduled to be dropped. Use memblock instead. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Yinghai Lu <yinghai@kernel.org> Cc: Chen Liqin <liqin.chen@sunplusct.com> Cc: Lennox Wu <lennox.wu@gmail.com>
* score: fixed pfn_valid define.Chen Liqin2009-12-171-0/+1
| | | | | | | | | Signed-off-by: Cui Bixiong <bixiong@sunnorth.com.cn> Signed-off-by: Chen Liqin <liqin.chen@sunplusct.com> modified: arch/score/include/asm/page.h modified: arch/score/kernel/setup.c modified: arch/score/mm/init.c
* score: add MEMORY_START and MEMORY_SIZE define, to make the code clearChen Liqin2009-08-301-15/+17
|
* score: Add support for Sunplus S+core architectureChen Liqin2009-06-191-0/+157
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>
OpenPOWER on IntegriCloud