Theme 1 – Undocumented “chicken bit” workaround
The fix involves setting an undocumented internal register bit:
“The fix is to set bit 13 of MCSR24 to 1. MCSR24 is an internal CSR whose function is not described in the manual.” – TazeTSchnitzel
This is identified as a classic chicken‑bit:
“Pretty much the definition of.” – monocasa
Theme 2 – Likely disables a faulty cache‑coherency optimization
Commenters suspect the bit turns off a problematic optimization:
“Most likely disables some cache coherency optimisation that turns out to be broken.” – phire
Theme 3 – Minimal performance impact
Testing shows the workaround hardly affects speed:
“Testing showed the performance loss is very small: single‑core performance is unaffected, and multi‑core performance drops only slightly.” – TazeTSchnitzel