mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
increasing the readability
This commit is contained in:
parent
21e335be05
commit
5a0d66d1ee
1 changed files with 3 additions and 4 deletions
|
@ -264,11 +264,10 @@ static inline void check_workqueues_in_irqhandler(int irq)
|
|||
|
||||
check_timers();
|
||||
|
||||
if (irq < 0) {
|
||||
if (go_down)
|
||||
shutdown_system();
|
||||
if (go_down)
|
||||
shutdown_system();
|
||||
if (irq < 0)
|
||||
check_scheduling();
|
||||
}
|
||||
}
|
||||
|
||||
static inline void check_workqueues(void)
|
||||
|
|
Loading…
Add table
Reference in a new issue