mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Bump acpi_tables version
Fix newly added deprecation for mispelling of cacheable. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
committed by
Rob Bradford
parent
1b9ce69afa
commit
4548de194d
@@ -2331,7 +2331,7 @@ impl Aml for MemoryMethods {
|
||||
&aml::Name::new(
|
||||
"MR64".into(),
|
||||
&aml::ResourceTemplate::new(vec![&aml::AddressSpace::new_memory(
|
||||
aml::AddressSpaceCachable::Cacheable,
|
||||
aml::AddressSpaceCacheable::Cacheable,
|
||||
true,
|
||||
0x0000_0000_0000_0000u64,
|
||||
0xFFFF_FFFF_FFFF_FFFEu64,
|
||||
@@ -2414,7 +2414,7 @@ impl Aml for MemoryManager {
|
||||
&aml::Name::new(
|
||||
"_CRS".into(),
|
||||
&aml::ResourceTemplate::new(vec![&aml::AddressSpace::new_memory(
|
||||
aml::AddressSpaceCachable::NotCacheable,
|
||||
aml::AddressSpaceCacheable::NotCacheable,
|
||||
true,
|
||||
acpi_address.0,
|
||||
acpi_address.0 + MEMORY_MANAGER_ACPI_SIZE as u64 - 1,
|
||||
@@ -2510,7 +2510,7 @@ impl Aml for MemoryManager {
|
||||
&aml::Name::new(
|
||||
"_CRS".into(),
|
||||
&aml::ResourceTemplate::new(vec![&aml::AddressSpace::new_memory(
|
||||
aml::AddressSpaceCachable::NotCacheable,
|
||||
aml::AddressSpaceCacheable::NotCacheable,
|
||||
true,
|
||||
min,
|
||||
max,
|
||||
|
||||
Reference in New Issue
Block a user