Commit 6feda3a6 authored by Barry Song's avatar Barry Song Committed by Mike Frysinger

Blackfin: replace harcoded define with proper THREAD_SIZE macro

Signed-off-by: default avatarBarry Song <barry.song@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 0afc272c
...@@ -635,7 +635,7 @@ static __init void memory_setup(void) ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment