The following commit has been merged into the smp/core branch of tip:
Commit-ID: 0d0b5f6ec998952038b77aed0ee358d5275bf294
Gitweb: https://git.kernel.org/tip/0d0b5f6ec998952038b77aed0ee358d5275bf294
Author: Reinette Chatre <reinette.chatre@intel.com>
AuthorDate: Wed, 03 Jun 2026 20:38:46 -07:00
Committer: Thomas Gleixner <tglx@kernel.org>
CommitterDate: Thu, 04 Jun 2026 10:55:27 +02:00
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
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9ec290e..f25e2d3 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.*