]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/smp/kvm: unifiy sigp definitions
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 4 Jun 2012 10:55:15 +0000 (12:55 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 5 Jun 2012 11:23:35 +0000 (13:23 +0200)
commita9ae32c3d9a6557f24db0e186bf2f84205780b8a
treef2a3c5b8c7c033a1dd4ae1c4a2d91a85a37949f1
parent524b24ada792b40e1eb2eae59f7a096f26c3b788
s390/smp/kvm: unifiy sigp definitions

The smp and the kvm code have different defines for the sigp order codes.
Let's just have a single place where these are defined.
Also move the sigp condition code and sigp cpu status bits to the new
sigp.h header file.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/sigp.h [new file with mode: 0644]
arch/s390/kernel/smp.c
arch/s390/kvm/sigp.c