浏览代码

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>
Graf Yang 16 年之前
父节点
当前提交
555487bbb6
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      arch/blackfin/mach-common/smp.c

+ 4 - 0
arch/blackfin/mach-common/smp.c

@@ -45,6 +45,10 @@
 #include <asm/cpu.h>
 #include <asm/cpu.h>
 #include <linux/err.h>
 #include <linux/err.h>
 
 
+/*
+ * Anomaly notes:
+ * 05000120 - we always define corelock as 32-bit integer in L2
+ */
 struct corelock_slot corelock __attribute__ ((__section__(".l2.bss")));
 struct corelock_slot corelock __attribute__ ((__section__(".l2.bss")));
 
 
 void __cpuinitdata *init_retx_coreb, *init_saved_retx_coreb,
 void __cpuinitdata *init_retx_coreb, *init_saved_retx_coreb,