s390/smp: remove redundant check
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 4 Jun 2012 10:11:41 +0000 (12:11 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 5 Jun 2012 11:23:35 +0000 (13:23 +0200)
commit524b24ada792b40e1eb2eae59f7a096f26c3b788
treeeed4d3e7dc866619b3bceedb641722292018609a
parent569ba7d2083681abbfc2f6d6550e74e64833dada
s390/smp: remove redundant check

condition code "status stored" for sigp sense running always implies
that only the "not running" status bit is set. Therefore no need to
check if it is set.

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