diff options
author | Richard Braun <rbraun@sceen.net> | 2018-07-10 19:39:54 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2018-07-10 19:39:54 +0200 |
commit | 7cab594590002ff3737629b76083a298616b665a (patch) | |
tree | c2134a28fa7f576485fae373bebcd2bdc1141fc3 /kern/semaphore.c | |
parent | 2670af26286799d9d46ab83c07fd991b942d7d49 (diff) |
kern/panic: remove initialization operation
Maintaining correct dependencies for the panic function is too
complicated. It may be used very early, but would depend on the
console, which is normally available quite late during initialization.
Instead, the behavior of panic is now "best effort", i.e. if called at
a time where it works, good, otherwise, the behavior is undefined,
but should result in a freeze or a reset most of the time.
Diffstat (limited to 'kern/semaphore.c')
0 files changed, 0 insertions, 0 deletions