From cc92b870a779500f444419f27bf73c6c7660ff9c Mon Sep 17 00:00:00 2001 From: Sonic Zhang Date: Wed, 7 Jan 2009 23:14:38 +0800 Subject: Blackfin arch: disable pthread stack check for SMP at runtime Signed-off-by: Sonic Zhang Signed-off-by: Bryan Wu --- arch/blackfin/include/asm/l1layout.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/blackfin/include/asm/l1layout.h') diff --git a/arch/blackfin/include/asm/l1layout.h b/arch/blackfin/include/asm/l1layout.h index 06bb37f6c788..79dbefaa5bef 100644 --- a/arch/blackfin/include/asm/l1layout.h +++ b/arch/blackfin/include/asm/l1layout.h @@ -8,6 +8,7 @@ #include +#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 -- cgit v1.2.3-59-g8ed1b