diff options
author | Alexander Gordeev <agordeev@linux.ibm.com> | 2020-08-04 20:35:50 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2020-08-11 18:16:55 +0200 |
commit | b450eeb0c973ed4125ea91e35613f029337fd28b (patch) | |
tree | 24f6b714e8f7e1f51dd7ac51347a24d2c8ee43c3 /arch/s390/Kbuild | |
parent | s390/time: remove select CLOCKSOURCE_VALIDATE_LAST_CYCLE again (diff) | |
download | linux-b450eeb0c973ed4125ea91e35613f029337fd28b.tar.xz linux-b450eeb0c973ed4125ea91e35613f029337fd28b.zip |
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 <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/Kbuild')
-rw-r--r-- | arch/s390/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/Kbuild b/arch/s390/Kbuild index e63940bb57cd..8b98c501142d 100644 --- a/arch/s390/Kbuild +++ b/arch/s390/Kbuild @@ -7,5 +7,4 @@ obj-$(CONFIG_S390_HYPFS_FS) += hypfs/ obj-$(CONFIG_APPLDATA_BASE) += appldata/ obj-y += net/ obj-$(CONFIG_PCI) += pci/ -obj-$(CONFIG_NUMA) += numa/ obj-$(CONFIG_ARCH_HAS_KEXEC_PURGATORY) += purgatory/ |