[PATCH v1 4/4] arm_mpam: resctrl: Use new signature for resctrl_arch_is_evt_configurable()

From: Ben Horgan

Date: Wed Feb 25 2026 - 15:22:11 EST


Fix MPAM build after change to new version of
resctrl_arch_is_evt_configurable(). The MPAM driver doesn't support
event configuration regardless of whether default or mbm_event counter
assignment mode is used and so return false unconditionally.

Signed-off-by: Ben Horgan <ben.horgan@xxxxxxx>
---
This patch is only here in the case it's needed to resolve a merge conflict.
---
drivers/resctrl/mpam_resctrl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/resctrl/mpam_resctrl.c b/drivers/resctrl/mpam_resctrl.c
index 694ea8548a05..afe43034a516 100644
--- a/drivers/resctrl/mpam_resctrl.c
+++ b/drivers/resctrl/mpam_resctrl.c
@@ -105,7 +105,7 @@ bool resctrl_arch_mon_capable(void)
return l3->mon_capable;
}

-bool resctrl_arch_is_evt_configurable(enum resctrl_event_id evt)
+bool resctrl_arch_is_evt_configurable(enum resctrl_event_id evt, bool assignable)
{
return false;
}
--
2.43.0