mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Automatically fix operator precedence clippy warning
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
+1
-1
@@ -1435,7 +1435,7 @@ impl CpuManager {
|
||||
1 << MADT_CPU_ENABLE_FLAG
|
||||
} else {
|
||||
0
|
||||
} | 1 << MADT_CPU_ONLINE_CAPABLE_FLAG,
|
||||
} | (1 << MADT_CPU_ONLINE_CAPABLE_FLAG),
|
||||
_reserved: 0,
|
||||
};
|
||||
madt.append(lapic);
|
||||
|
||||
Reference in New Issue
Block a user