Skip to content

Commit b450eeb

Browse files
Alexander Gordeevhcahca
authored andcommitted
s390/numa: move code to arch/s390/kernel
Move all code from arch/s390/numa/ to arch/s390/kernel/ since numa.c is the only source file and all others were deleted with the fake NUMA support removal. Signed-off-by: Alexander Gordeev <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
1 parent 12bbf09 commit b450eeb

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

arch/s390/Kbuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ obj-$(CONFIG_S390_HYPFS_FS) += hypfs/
77
obj-$(CONFIG_APPLDATA_BASE) += appldata/
88
obj-y += net/
99
obj-$(CONFIG_PCI) += pci/
10-
obj-$(CONFIG_NUMA) += numa/
1110
obj-$(CONFIG_ARCH_HAS_KEXEC_PURGATORY) += purgatory/

arch/s390/kernel/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ CFLAGS_REMOVE_nospec-branch.o += $(CC_FLAGS_EXPOLINE)
4949

5050
obj-$(CONFIG_MODULES) += module.o
5151
obj-$(CONFIG_SCHED_TOPOLOGY) += topology.o
52+
obj-$(CONFIG_NUMA) += numa.o
5253
obj-$(CONFIG_AUDIT) += audit.o
5354
compat-obj-$(CONFIG_AUDIT) += compat_audit.o
5455
obj-$(CONFIG_COMPAT) += compat_linux.o compat_signal.o
File renamed without changes.

arch/s390/numa/Makefile

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)