ARM should use LDREX/STREX not SWPW for arch >= 6, including Rpi2

Issue #328 new
Charles Forsyth created an issue

Newer multiprocessor ARMs use LDREX/STREX for interlocking, and SWP is either an illegal op or valid but ineffective on a multicore (depending how a control bit is set). As with VFP support, there needs to be a way to configure a few relevant differences between ARM models.

Comments (1)

  1. Log in to comment