|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 31/36] Disable coloring if static memory support is selected
From: Luca Miccio <lucmiccio@xxxxxxxxx>
Static memory assumes to have physically contiguous memory mapped to
domains. This assumption cannot be made when coloring is enabled.
These two features have to be mutually exclusive.
Signed-off-by: Luca Miccio <lucmiccio@xxxxxxxxx>
---
xen/arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/xen/arch/arm/Kconfig b/xen/arch/arm/Kconfig
index f0f999d172..8f8be9d754 100644
--- a/xen/arch/arm/Kconfig
+++ b/xen/arch/arm/Kconfig
@@ -100,6 +100,7 @@ config HARDEN_BRANCH_PREDICTOR
config COLORING
bool "L2 cache coloring"
default n
+ depends on !STATIC_MEMORY
depends on ARM_64
config TEE
--
2.30.2
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |