Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "FROMPULL: arch: arm: cortex_m: add memory to the clobber list"
This reverts commit 00ff8b6. Reason for revert: Commit landed upstream in zephyrproject-rtos/zephyr@63890e2 Original change's description: > FROMPULL: arch: arm: cortex_m: add memory to the clobber list > > Add "memory" to the clobber list" > > From GCC 14 the compiler optimizes away memory accesses that do not > impact the asm block. Adding the memory to the clobber list lets the > compiler know that the memory state is to be preserved. > > zephyrproject-rtos/zephyr#80579 > > BUG=b:376282914 > > Change-Id: I990e2256d0019361b3ef1f736095ebca3806a6e1 > Signed-off-by: Wilfried Chauveau <wilfried.chauveau@arm.com> > Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5976801 > Commit-Queue: Jeremy Bettis <jbettis@chromium.org> > Tested-by: Jeremy Bettis <jbettis@chromium.org> BUG=b:376282914 Change-Id: I8458857a2e52c8174257d0d3e94ac766dcf54027 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5994230 Tested-by: Yuval Peress <peress@google.com> Auto-Submit: Yuval Peress <peress@google.com> Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com> Commit-Queue: Yuval Peress <peress@google.com>
- Loading branch information