diff options
author | Steven Miao <realmz6@gmail.com> | 2012-04-28 03:54:17 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-05-21 02:54:36 -0400 |
commit | 8db08136dc64ac52e11d362f4f1708001f2dedd9 (patch) | |
tree | 00a2855f0449a1fc885dd7f75bda703a92afb7aa /arch/blackfin | |
parent | 45abc49d194539144b5dd510c82c03c36cbd3a58 (diff) |
blackfin: SMP: pda: "next" field of blackfin_pda only used in SMP kernel
Signed-off-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
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 |