Skip to content

Commit f9de6cd

Browse files
sumanthkorikkarAlexander Gordeev
authored andcommitted
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>
1 parent efe89a3 commit f9de6cd

3 files changed

Lines changed: 400 additions & 385 deletions

File tree

drivers/s390/char/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ obj-y += ctrlchar.o keyboard.o defkeymap.o sclp.o sclp_rw.o sclp_quiesce.o \
2121
sclp_cmd.o sclp_config.o sclp_cpi_sys.o sclp_ocf.o sclp_ctl.o \
2222
sclp_early.o sclp_early_core.o sclp_sd.o
2323

24+
obj-$(CONFIG_MEMORY_HOTPLUG) += sclp_mem.o
2425
obj-$(CONFIG_TN3270) += raw3270.o con3270.o
2526
obj-$(CONFIG_TN3270_FS) += fs3270.o
2627

0 commit comments

Comments
 (0)