mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
1bdfb96e2d
The async interrupt resample thread borrows the interrupt object passed to it, so borrowing mutably will fail at runtime. The two calls to interrupt.borrow_mut() were in places that did not need a mutable reference anyway, so just switch them to interrupt.borrow(). BUG=b:208264646 TEST=Boot crostini on kevin Change-Id: Ie873273f862b1d4ef11b595596fea51cd202ac6f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3309200 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> |
||
---|---|---|
.. | ||
src | ||
.build_test_serial | ||
Cargo.toml |