]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/include/asm/thread_info.h
Blackfin arch: disable pthread stack check for SMP at runtime
[linux-2.6-omap-h63xx.git] / arch / blackfin / include / asm / thread_info.h
index 7eaf2e2606d98d6c57835e7c961323b016eadd20..e721ce55956c6a96782e3093c76aa88b11914eb6 100644 (file)
@@ -63,7 +63,9 @@ struct thread_info {
        int preempt_count;      /* 0 => preemptable, <0 => BUG */
        mm_segment_t addr_limit;        /* address limit */
        struct restart_block restart_block;
+#ifndef CONFIG_SMP
        struct l1_scratch_task_info l1_task_info;
+#endif
 };
 
 /*