Tejun Heo
a2bf79e7dc
score: Use HAVE_MEMBLOCK_NODE_MAP
...
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 >
2011-12-08 10:22:09 -08:00
Chen Liqin
202b864ad5
score: fixed pfn_valid define.
...
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
2009-12-17 18:28:31 +08:00
Chen Liqin
324f40fbb0
score: add MEMORY_START and MEMORY_SIZE define, to make the code clear
2009-08-30 12:31:58 +08: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