From 47b42c631f066afe629a2ae556f507b0744bc7df Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Mon, 29 Apr 2024 04:57:16 -0700 Subject: [PATCH] fix: e820entry should be available on all platforms --- crates/xen/xencall/src/sys.rs | 1 - 1 file changed, 1 deletion(-) 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 {