acpid: only build dmar for x86_64

This commit is contained in:
Jeremy Soller
2024-10-30 20:43:46 -06:00
parent 71b70482d3
commit e765d9c8e1
+1
View File
@@ -15,6 +15,7 @@ use aml::{AmlContext, AmlError, AmlHandle, AmlName};
use amlserde::aml_serde_name::aml_to_symbol;
use amlserde::{AmlHandleLookup, AmlSerde};
#[cfg(target_arch = "x86_64")]
pub mod dmar;
use crate::aml_physmem::{AmlPageCache, AmlPhysMemHandler};