Blackfin arch: disable pthread stack check for SMP at runtime

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Sonic Zhang
2009-01-07 23:14:38 +08:00
committed by Bryan Wu
parent 459249aa2d
commit cc92b870a7
4 changed files with 22 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <asm/blackfin.h>
#ifndef CONFIG_SMP
#ifndef __ASSEMBLY__
/* Data that is "mapped" into the process VM at the start of the L1 scratch
@ -28,5 +29,6 @@ struct l1_scratch_task_info
get_l1_scratch_start())
#endif
#endif
#endif