diff --git a/arch/src/x86_64/acpi.rs b/arch/src/x86_64/acpi.rs index e36d470ef..c71f7d912 100644 --- a/arch/src/x86_64/acpi.rs +++ b/arch/src/x86_64/acpi.rs @@ -137,7 +137,7 @@ pub fn create_dsdt_table( as u32, ), &aml::AddressSpace::new_memory( - aml::AddressSpaceCachable::Cacheable, + aml::AddressSpaceCachable::NotCacheable, true, start_of_device_area.0, end_of_device_area.0,