Loading
arm64/mpam: Try reading again if monitor instance returns not ready
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAG93D -------------------------------- If the MSC monitor instance is the first time to configure, this single monitor need to wait 'not ready' time before getting the valid value. Components made up of multiple MSC may need values from each MSC, so when getting the whole component monitor values, need to wait every single monitor instance 'not ready' time instead of once per component. Fixes: bb66b4d1 ("arm_mpam: Add mpam_msmon_read() to read monitor value") Signed-off-by:Zeng Heng <zengheng4@huawei.com>