]> git.baikalelectronics.ru Git - kernel.git/commit
s390/cache: remove superfluous locking
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 6 May 2016 08:57:33 +0000 (10:57 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 10 May 2016 11:24:49 +0000 (13:24 +0200)
commit4f4b9806617a479df917ce021763fa44572ff08e
tree2e460162331470fbddc677d7f293472ff9134c45
parentce754cc4c8edc959c797d1d949e0a9724219c37d
s390/cache: remove superfluous locking

With "s390/cpuinfo: simplify locking and skip offline cpus early" we
prevent already that cpus will go away. The additional
get_online_cpus() / put_online_cpus() within show_cacheinfo() is not
needed anymore.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/cache.c