From 3bbc60604366c324295d54a7d93dd7d258a0e2aa Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Mon, 18 Nov 2024 11:23:01 +0100 Subject: executor: arm64: allocate memory for ITS tables on the host side --- executor/common_kvm_arm64_syzos.h | 1 - 1 file changed, 1 deletion(-) (limited to 'executor/common_kvm_arm64_syzos.h') diff --git a/executor/common_kvm_arm64_syzos.h b/executor/common_kvm_arm64_syzos.h index f2a517c81..a2e3404ae 100644 --- a/executor/common_kvm_arm64_syzos.h +++ b/executor/common_kvm_arm64_syzos.h @@ -356,7 +356,6 @@ GUEST_CODE static void gicd_wait_for_rwp() spin_while_readl(ARM64_ADDR_GICD_BASE + GICD_CTLR, GICD_CTLR_RWP); } -#define SZ_64K 0x00010000 GUEST_CODE static uint64 gicr_base_cpu(uint32 cpu) { return ARM64_ADDR_GICR_BASE + cpu * SZ_64K * 2; -- cgit mrf-deployment