diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-08-22 09:22:30 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-08-22 09:22:30 +0200 |
commit | 933a98f8fac2835a59f0777dc4672f33c713becb (patch) | |
tree | 9b6d80dcffcbb8cf4198783ee0b6521837fd4ba3 /Applications | |
parent | bb74832dd6348021120ea88c9d34e26a9104209c (diff) | |
download | serenity-933a98f8fac2835a59f0777dc4672f33c713becb.zip |
Kernel: Make Lock::lock() assert early that we're not in the scheduler
The scheduler is not allowed to take locks, so if that's happening,
we want to make that clear instead of crashing with the more general
"Interrupts disabled while trying to take Lock" error.
Diffstat (limited to 'Applications')
0 files changed, 0 insertions, 0 deletions