diff options
-rw-r--r-- | arch/blackfin/mach-common/smp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/blackfin/mach-common/smp.c b/arch/blackfin/mach-common/smp.c index 93eab6146079..187c79e585a1 100644 --- a/arch/blackfin/mach-common/smp.c +++ b/arch/blackfin/mach-common/smp.c | |||
@@ -45,6 +45,10 @@ | |||
45 | #include <asm/cpu.h> | 45 | #include <asm/cpu.h> |
46 | #include <linux/err.h> | 46 | #include <linux/err.h> |
47 | 47 | ||
48 | /* | ||
49 | * Anomaly notes: | ||
50 | * 05000120 - we always define corelock as 32-bit integer in L2 | ||
51 | */ | ||
48 | struct corelock_slot corelock __attribute__ ((__section__(".l2.bss"))); | 52 | struct corelock_slot corelock __attribute__ ((__section__(".l2.bss"))); |
49 | 53 | ||
50 | void __cpuinitdata *init_retx_coreb, *init_saved_retx_coreb, | 54 | void __cpuinitdata *init_retx_coreb, *init_saved_retx_coreb, |