Commit 555487bb authored by Graf Yang's avatar Graf Yang Committed by Mike Frysinger

Blackfin: annotate anomaly 05000120

Add some notes for anomaly 05000120 to make sure we work around it.
Signed-off-by: default avatarGraf Yang <graf.yang@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent ee0263cc
......@@ -45,6 +45,10 @@
#include <asm/cpu.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")));
void __cpuinitdata *init_retx_coreb, *init_saved_retx_coreb,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment