summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinette Chatre <reinette.chatre@intel.com>2026-06-04 06:38:46 +0300
committerThomas Gleixner <tglx@kernel.org>2026-06-04 11:55:27 +0300
commit0d0b5f6ec998952038b77aed0ee358d5275bf294 (patch)
tree527d19b5bce4dd3cac1df592ef3d1b410eb572e3
parente43ffb69e0438cddd72aaa30898b4dc446f664f8 (diff)
downloadlinux-0d0b5f6ec998952038b77aed0ee358d5275bf294.tar.xz
MAINTAINERS: Add include/linux/cpuhplock.h to CPU HOTPLUG area
The move of CPU hotplug function declarations to include/linux/cpuhplock.h did not update the CPU HOTPLUG section of MAINTAINERS. Update it now. Fixes: 195fb517ee25 ("cpu: Move CPU hotplug function declarations into their own header") Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Thomas Gleixner <tglx@kernel.org> Link: https://patch.msgid.link/ef78e9d61d0ae041a1f44bd3cf8bb6e733b294d6.1780543665.git.reinette.chatre@intel.com
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9ec290e38b44..f25e2d33a7d2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6676,6 +6676,7 @@ P: Documentation/process/maintainer-tip.rst
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/core
F: include/linux/cpu.h
F: include/linux/cpuhotplug.h
+F: include/linux/cpuhplock.h
F: include/linux/smpboot.h
F: kernel/cpu.c
F: kernel/smpboot.*