diff options
author | Graf Yang <graf.yang@analog.com> | 2009-05-06 06:38:07 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-12 06:11:36 -0400 |
commit | 555487bbb63f527e63fecbff48c86e2c07ce5024 (patch) | |
tree | 15a8a42c0a3ad59dd2ff9d9ebc2ab56403ea9969 /arch/blackfin/mach-common | |
parent | ee0263cc2e7d774655bba6a6750a06099a3cebf0 (diff) |
Blackfin: annotate anomaly 05000120
Add some notes for anomaly 05000120 to make sure we work around it.
Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-common')
-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, |