thermosphere: add proper memory/instruction barriers for breakpoint stuff
This commit is contained in:
@@ -56,6 +56,7 @@ static void commitAndBroadcastWatchpointHandler(void *p)
|
||||
|
||||
static inline void commitAndBroadcastWatchpoints(void)
|
||||
{
|
||||
__dmb_sy();
|
||||
executeFunctionOnAllCores(commitAndBroadcastWatchpointHandler, NULL, true);
|
||||
}
|
||||
|
||||
@@ -331,4 +332,4 @@ int removeAllWatchpoints(void)
|
||||
recursiveSpinlockUnlock(&g_watchpointManager.lock);
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user