dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Steven Miao 2012-04-28 15:54:17 +08:00 committed by Bob Liu
parent 45abc49d19
commit 8db08136dc
1 changed files with 2 additions and 0 deletions

View 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