diff options
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/include/asm/pda.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/pda.h b/arch/blackfin/include/asm/pda.h index 28c2498c9c98..68d6f6618f2a 100644 --- a/arch/blackfin/include/asm/pda.h +++ b/arch/blackfin/include/asm/pda.h | |||
@@ -13,7 +13,9 @@ | |||
13 | #ifndef __ASSEMBLY__ | 13 | #ifndef __ASSEMBLY__ |
14 | 14 | ||
15 | struct blackfin_pda { /* Per-processor Data Area */ | 15 | struct blackfin_pda { /* Per-processor Data Area */ |
16 | #ifdef CONFIG_SMP | ||
16 | struct blackfin_pda *next; | 17 | struct blackfin_pda *next; |
18 | #endif | ||
17 | 19 | ||
18 | unsigned long syscfg; | 20 | unsigned long syscfg; |
19 | #ifdef CONFIG_SMP | 21 | #ifdef CONFIG_SMP |