diff options
author | Babu Moger <[email protected]> | 2023-01-13 09:20:33 -0600 |
---|---|---|
committer | Borislav Petkov (AMD) <[email protected]> | 2023-01-23 17:40:11 +0100 |
commit | bd334c86b5d70e5d1c6169991802e62c828d6f38 (patch) | |
tree | db60906c4a78f579ce6d4e4c07fb26847027d4ac /net/unix/af_unix.c | |
parent | 5b6fac3fa44bafee12e0c3d1c5cbae6d058e9c98 (diff) |
x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()
In an upcoming change, rdt_get_mon_l3_config() needs to call rdt_cpu_has() to
query the monitor related features. It cannot be called right now because
rdt_cpu_has() has the __init attribute but rdt_get_mon_l3_config() doesn't.
Add the __init attribute to rdt_get_mon_l3_config() that is only called by
get_rdt_mon_resources() that already has the __init attribute. Also make
rdt_cpu_has() available to by rdt_get_mon_l3_config() via the internal header
file.
Signed-off-by: Babu Moger <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Reviewed-by: Reinette Chatre <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions