diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2018-07-16 11:24:00 +0100 |
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-07-16 11:24:00 +0100 |
| commit | 56cc1c11ecad9e7ea2a36fbb74852a7579b53802 (patch) | |
| tree | 67eb03302858cccb8f5cb8ec3d2989fb6149d163 /src/core/arm/arm_interface.h | |
| parent | f00ca69a81b0520ab40ed3731d8c6921052e598e (diff) | |
scheduler: Clear exclusive state when switching contexts
Diffstat (limited to 'src/core/arm/arm_interface.h')
| -rw-r--r-- | src/core/arm/arm_interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index 32ff3c345..8416e73b0 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h @@ -116,6 +116,8 @@ public: */ virtual void LoadContext(const ThreadContext& ctx) = 0; + virtual void ClearExclusiveState() = 0; + /// Prepare core for thread reschedule (if needed to correctly handle state) virtual void PrepareReschedule() = 0; }; |
