aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq807x
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2023-03-02 16:53:59 +0100
committerDavid Bauer <mail@david-bauer.net>2023-03-04 13:09:30 +0100
commit26bc8f68767e1ec6e33a84ef397e4c38d5968462 (patch)
treeb7a4106fdbd50db854f3ebfb86855df842d7a198 /target/linux/ipq807x
parent0aedf916df364771be47ffda8ff3465250ecee77 (diff)
downloadupstream-26bc8f68767e1ec6e33a84ef397e4c38d5968462.tar.gz
upstream-26bc8f68767e1ec6e33a84ef397e4c38d5968462.tar.bz2
upstream-26bc8f68767e1ec6e33a84ef397e4c38d5968462.zip
generic: MIPS: Add barriers between dcache & icache flushes
This fixes spurious boot-errors with some ath79 MIPS 74Kc boards such as the AC Lite as well as Archer C7 v2. The missing barrier leads to the icache flush being executed before the dcache writeback, which results in the CPU executing the dummy infinite loop in tlbmiss_handler_setup_pgd. Applying this patch from upstream ensures the dcache is written back before flushing the icache. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ipq807x')
0 files changed, 0 insertions, 0 deletions