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
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,7 @@ static __init void memory_setup(void)
|
|||
__bss_start, __bss_stop,
|
||||
_sdata, _edata,
|
||||
(void *)&init_thread_union,
|
||||
(void *)((int)(&init_thread_union) + 0x2000),
|
||||
(void *)((int)(&init_thread_union) + THREAD_SIZE),
|
||||
__init_begin, __init_end,
|
||||
(void *)_ramstart, (void *)memory_end
|
||||
#ifdef CONFIG_MTD_UCLINUX
|
||||
|
|
Loading…
Reference in a new issue