blackfin: SMP: pda: "next" field of blackfin_pda only used in SMP kernel
authorSteven Miao <realmz6@gmail.com>
Sat, 28 Apr 2012 07:54:17 +0000 (15:54 +0800)
committerBob Liu <lliubbo@gmail.com>
Mon, 21 May 2012 06:54:36 +0000 (14:54 +0800)
Signed-off-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
arch/blackfin/include/asm/pda.h

index 28c2498..68d6f66 100644 (file)
@@ -13,7 +13,9 @@
 #ifndef __ASSEMBLY__
 
 struct blackfin_pda {                  /* Per-processor Data Area */
+#ifdef CONFIG_SMP
        struct blackfin_pda *next;
+#endif
 
        unsigned long syscfg;
 #ifdef CONFIG_SMP