mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
arch: x86_64: acpi: Mark 64-bit device area uncacheable
This region was erroneously marked as cacheable. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
025f1f9d9b
commit
ad60fe110b
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user