From: Martin Schwidefsky Date: Tue, 27 Dec 2011 10:27:13 +0000 (+0100) Subject: [S390] kvm: move cmf host id constant out of lowcore X-Git-Tag: v3.3-rc1~157^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddd6f9537dee9b713b87ecdc9ac920cd1935fdef;p=pandora-kernel.git [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 --- Reading git-diff-tree failed