Skip to content
Commit b4a3c144 authored by Dave Martin's avatar Dave Martin
Browse files

arm_mpam: Rename a misleading resctrl hook parameter



The resctrl_arch_set_cpu_default_closid_rmid() arch resctrl hook
has a parameter that is used by the resctrl core code to pass in
the generic RMID value.  However, this parameter is currently named
"pmg" in the signature arm64's version of this function.

Currently the PMG and RMID are always the same, but they may become
different under PARTID/PMG remapping transformations.

Fix the name to "rmid", to match what resctrl is actually passing.

Signed-off-by: default avatarDave Martin <Dave.Martin@arm.com>
parent a3cc1ee0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment