Skip to content

Commit

Permalink
bhyve: Fix pl031 initialization
Browse files Browse the repository at this point in the history
Fixes:	fa3c92d ("bhyve: Implement a PL031 RTC on arm64")
  • Loading branch information
markjdb authored and jrtc27 committed Mar 24, 2024
1 parent 310cbc2 commit 56dfd41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usr.sbin/bhyve/rtc_pl031.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ rtc_pl031_init(rtc_pl031_intr_func_t intr_assert,
sc->intr_assert = intr_assert;
sc->intr_deassert = intr_deassert;

rtc_pl031_update_timer(sc);
sc->mevp = mevent_add(rtc_pl031_next_timer_msecs(sc), EVF_TIMER,
rtc_pl031_callback, sc);

Expand Down

0 comments on commit 56dfd41

Please sign in to comment.