]> git.baikalelectronics.ru Git - kernel.git/commit
s390/numa: move code to arch/s390/kernel
authorAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 4 Aug 2020 18:35:50 +0000 (20:35 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 11 Aug 2020 16:16:55 +0000 (18:16 +0200)
commitee1d0680baa97e0158b401ab4a7d92e58d025897
tree24f6b714e8f7e1f51dd7ac51347a24d2c8ee43c3
parenta531b7104a193538a4f4c6f7d6e06b1e53f2e4a8
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>
arch/s390/Kbuild
arch/s390/kernel/Makefile
arch/s390/kernel/numa.c [new file with mode: 0644]
arch/s390/numa/Makefile [deleted file]
arch/s390/numa/numa.c [deleted file]