From 555487bbb63f527e63fecbff48c86e2c07ce5024 Mon Sep 17 00:00:00 2001 From: Graf Yang Date: Wed, 6 May 2009 10:38:07 +0000 Subject: Blackfin: annotate anomaly 05000120 Add some notes for anomaly 05000120 to make sure we work around it. Signed-off-by: Graf Yang Signed-off-by: Mike Frysinger --- arch/blackfin/mach-common/smp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/blackfin') 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 @@ #include #include +/* + * Anomaly notes: + * 05000120 - we always define corelock as 32-bit integer in L2 + */ struct corelock_slot corelock __attribute__ ((__section__(".l2.bss"))); void __cpuinitdata *init_retx_coreb, *init_saved_retx_coreb, -- cgit