-
Bug
-
Resolution: Unresolved
-
P4
-
10
The inline assembly in the Linux ARM port lacks "cc" clobber in the atomic implementation. It only has "memory" clobber, yet the assembly contains conditional branches that surely clobber cc.