Skip to content

Commit

Permalink
posix: Detach when waiting for power management lane
Browse files Browse the repository at this point in the history
This never comes up on AArch64 due to no ACPI.
  • Loading branch information
qookei committed Oct 30, 2024
1 parent a03929c commit afc628d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix/subsystem/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async::result<void> enumeratePm() {

async::detached runInit() {
co_await enumerateKerncfg();
co_await enumeratePm();
async::detach(enumeratePm());
co_await clk::enumerateTracker();
async::detach(net::enumerateNetserver());
co_await populateRootView();
Expand Down

0 comments on commit afc628d

Please sign in to comment.