mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-13 16:40:22 +00:00
Blackfin: check for anomaly 05000475
Parts that have on-chip L2 SRAM cannot safely utilize writeback caching mode, so reject any attempts to use it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
f99e8c1d0f
commit
a2ca78cee1
@ -57,3 +57,8 @@
|
|||||||
(!defined(CONFIG_BFIN_EXTMEM_DCACHEABLE) && defined(CONFIG_BFIN_L2_WRITEBACK)))
|
(!defined(CONFIG_BFIN_EXTMEM_DCACHEABLE) && defined(CONFIG_BFIN_L2_WRITEBACK)))
|
||||||
# error You are exposing Anomaly 220 in this config, either config L2 as Write Through, or make External Memory WB.
|
# error You are exposing Anomaly 220 in this config, either config L2 as Write Through, or make External Memory WB.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ANOMALY_05000475 && \
|
||||||
|
(defined(CONFIG_BFIN_EXTMEM_WRITEBACK) || defined(CONFIG_BFIN_L2_WRITEBACK))
|
||||||
|
# error "Anomaly 475 does not allow you to use Write Back cache with L2 or External Memory"
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user