Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Blackfin: replace harcoded define with proper THREAD_SIZE macro

parent 0afc272c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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