Blackfin: replace harcoded define with proper THREAD_SIZE macro
Signed-off-by: Barry Song <barry.song@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
0afc272cc6
commit
6feda3a653
@ -635,7 +635,7 @@ static __init void memory_setup(void)
|
|||||||
__bss_start, __bss_stop,
|
__bss_start, __bss_stop,
|
||||||
_sdata, _edata,
|
_sdata, _edata,
|
||||||
(void *)&init_thread_union,
|
(void *)&init_thread_union,
|
||||||
(void *)((int)(&init_thread_union) + 0x2000),
|
(void *)((int)(&init_thread_union) + THREAD_SIZE),
|
||||||
__init_begin, __init_end,
|
__init_begin, __init_end,
|
||||||
(void *)_ramstart, (void *)memory_end
|
(void *)_ramstart, (void *)memory_end
|
||||||
#ifdef CONFIG_MTD_UCLINUX
|
#ifdef CONFIG_MTD_UCLINUX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user