Skip to content

Commit

Permalink
vbox5: remove nova_die assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ab committed Feb 6, 2025
1 parent 97f64ba commit e485c25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions repos/ports/src/virtualbox5/spec/nova/sup.cc
Original file line number Diff line number Diff line change
Expand Up @@ -737,9 +737,7 @@ void genode_update_tsc(void (*update_func)(void), Genode::uint64_t update_us)
Trace::timestamp() + ticks_min_sleep);

/* block until timeout fires or it gets canceled */
Genode::uint8_t res = sm_ctrl(sem, SEMAPHORE_DOWN, wakeup_absolute);
if (res != Nova::NOVA_OK && res != Nova::NOVA_TIMEOUT)
nova_die();
sm_ctrl(sem, SEMAPHORE_DOWN, wakeup_absolute);
}
}

Expand Down

2 comments on commit e485c25

@alex-ab
Copy link
Owner Author

@alex-ab alex-ab commented on e485c25 Feb 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chelmuth, @nfeske: please add to staging

@chelmuth
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merged.

Please sign in to comment.