diff --git a/crates/xen/xencall/src/sys.rs b/crates/xen/xencall/src/sys.rs index 84d06cc..cc0ee48 100644 --- a/crates/xen/xencall/src/sys.rs +++ b/crates/xen/xencall/src/sys.rs @@ -620,7 +620,6 @@ pub struct EvtChnAllocUnbound { pub port: u32, } -#[cfg(target_arch = "x86_64")] #[repr(C, packed)] #[derive(Debug, Copy, Clone, Default)] pub struct E820Entry {