]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
s390/sclp: Move memory hotplug code for better modularity
authorSumanth Korikkar <sumanthk@linux.ibm.com>
Fri, 8 Aug 2025 12:46:44 +0000 (14:46 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 20 Aug 2025 14:38:23 +0000 (16:38 +0200)
commitf9de6cdf4cf8c932ee94f6e25cd7434a97c78bf3
treef81f06f3a008f98835352e276db6111a25b9c7be
parentefe89a30f70753d861340a20365812e93d34a0de
s390/sclp: Move memory hotplug code for better modularity

To improve readability and prepare for future extensions, move the
memory hotplug code to a separate file. In addtion to it, add required
headers in sclp_mem.c and remove unnecessary headers in sclp_cmd.c

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
drivers/s390/char/Makefile
drivers/s390/char/sclp_cmd.c
drivers/s390/char/sclp_mem.c [new file with mode: 0644]