mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The mutex timeout should be 0xffff rather than 0xfff to disable the timeout feature. dsdt.dsl 745: Acquire (\_SB.PRES.CPLK, 0x0FFF) Warning 3130 - ^ Result is not used, possible operator timeout will be missed dsdt.dsl 767: Acquire (\_SB.PRES.CPLK, 0x0FFF) Warning 3130 - ^ Result is not used, possible operator timeout will be missed dsdt.dsl 775: Acquire (\_SB.PRES.CPLK, 0x0FFF) Warning 3130 - ^ Result is not used, possible operator timeout will be missed Fixes: #2216 Signed-off-by: Rob Bradford <robert.bradford@intel.com>