You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on discussions in PR #11440 it became clear that it might be also necessary for ESP architecture to add memory barriers to __asm__ volatile statements in irq_* functions.
Description
Based on discussions in PR #11440 it became clear that it might be also necessary for ESP architecture to add memory barriers to
__asm__ volatilestatements inirq_*functions.