]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/include/asm/l1layout.h
Blackfin arch: disable pthread stack check for SMP at runtime
[linux-2.6-omap-h63xx.git] / arch / blackfin / include / asm / l1layout.h
index 06bb37f6c788b452437ff961772b0c6959cc764e..79dbefaa5bef1701484a2753e871cc7a8c72d2ae 100644 (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