ARM: 8928/1: ARM_ERRATA_775420: Spelling s/date/data/

Caching dates is never a good idea ;-)

Fixes: 7253b85cc6 ("ARM: 7541/1: Add ARM ERRATA 775420 workaround")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
This commit is contained in:
Geert Uytterhoeven 2019-10-25 12:38:43 +01:00 коммит произвёл Russell King
Родитель 5b1e58c75d
Коммит cb73737ea1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1020,7 +1020,7 @@ config ARM_ERRATA_775420
depends on CPU_V7 depends on CPU_V7
help help
This option enables the workaround for the 775420 Cortex-A9 (r2p2, This option enables the workaround for the 775420 Cortex-A9 (r2p2,
r2p6,r2p8,r2p10,r3p0) erratum. In case a date cache maintenance r2p6,r2p8,r2p10,r3p0) erratum. In case a data cache maintenance
operation aborts with MMU exception, it might cause the processor operation aborts with MMU exception, it might cause the processor
to deadlock. This workaround puts DSB before executing ISB if to deadlock. This workaround puts DSB before executing ISB if
an abort may occur on cache maintenance. an abort may occur on cache maintenance.