]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[S390] kvm: move cmf host id constant out of lowcore
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 29 Nov 2011 08:33:34 +0000 (09:33 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 29 Nov 2011 08:33:31 +0000 (09:33 +0100)
commit18ee58e12a113302782ae7ff60449e18f171d766
treee52f610cf827e04a8ac722309dc53e8e21cf2023
parent49e003b51e7c0ff5d78a5862f9ca80709be9b991
[S390] kvm: move cmf host id constant out of lowcore

There is no reason for the cpu-measurement-facility host id constant to
reside in the lowcore where space is precious. Use an entry in the literal
pool in HANDLE_SIE_INTERCEPT and a stack slot in sie64a.
While we are at it replace the id -1 with 0 to indicate host execution.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/lowcore.h
arch/s390/kernel/asm-offsets.c
arch/s390/kernel/entry64.S
arch/s390/kernel/setup.c