]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/resctrl: Refactor domain_remove_cpu_mon() ready for new domain types
authorTony Luck <tony.luck@intel.com>
Wed, 17 Dec 2025 17:20:50 +0000 (09:20 -0800)
committerBorislav Petkov (AMD) <bp@alien8.de>
Sun, 4 Jan 2026 07:01:51 +0000 (08:01 +0100)
commit6396fc5351ea9130a72f6a2fc58eb7298ce6c15a
tree0a6e78229de291a8ef76a934d4b66fea0dca6b66
parent0d6447623d788806b5504182032a0837ffa2174c
x86/resctrl: Refactor domain_remove_cpu_mon() ready for new domain types

New telemetry events will be associated with a new package scoped resource
with a new domain structure.

Refactor domain_remove_cpu_mon() so all the L3 domain processing is separate
from the general domain action of clearing the CPU bit in the mask.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
Link: https://lore.kernel.org/20251217172121.12030-1-tony.luck@intel.com
arch/x86/kernel/cpu/resctrl/core.c