|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] xen/arm: Restrict Kconfig configuration for LLC coloring
commit 0967580cd1a9b14bed65301304502e4020276874
Author: Luca Fancellu <luca.fancellu@xxxxxxx>
AuthorDate: Wed Mar 12 13:52:50 2025 +0000
Commit: Michal Orzel <michal.orzel@xxxxxxx>
CommitDate: Thu Mar 13 08:29:12 2025 +0100
xen/arm: Restrict Kconfig configuration for LLC coloring
Xen LLC coloring feature can be used only on the MMU subsystem,
move the code that selects it from ARM_64 to MMU and add the
ARM_64 dependency.
Signed-off-by: Luca Fancellu <luca.fancellu@xxxxxxx>
Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>
---
xen/arch/arm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/arch/arm/Kconfig b/xen/arch/arm/Kconfig
index a26d3e1182..ffdff1f0a3 100644
--- a/xen/arch/arm/Kconfig
+++ b/xen/arch/arm/Kconfig
@@ -8,7 +8,6 @@ config ARM_64
depends on !ARM_32
select 64BIT
select HAS_FAST_MULTIPLY
- select HAS_LLC_COLORING if !NUMA
config ARM
def_bool y
@@ -76,6 +75,7 @@ choice
config MMU
bool "MMU"
+ select HAS_LLC_COLORING if !NUMA && ARM_64
select HAS_PMAP
select HAS_VMAP
select HAS_PASSTHROUGH
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |