aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/lowcore.h
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2011-12-27 05:27:13 -0500
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2011-12-27 05:27:12 -0500
commitddd6f9537dee9b713b87ecdc9ac920cd1935fdef (patch)
treeeb5e1ce346620b33052fca64f4e51a2497d3fe6d /arch/s390/include/asm/lowcore.h
parent4baeb964d96d38dff461af5b9d578f0a9ba67617 (diff)
[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>
Diffstat (limited to 'arch/s390/include/asm/lowcore.h')
-rw-r--r--arch/s390/include/asm/lowcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/lowcore.h b/arch/s390/include/asm/lowcore.h
index 9e13c7d56cc..3b97964e0e9 100644
--- a/arch/s390/include/asm/lowcore.h
+++ b/arch/s390/include/asm/lowcore.h
@@ -271,7 +271,7 @@ struct _lowcore {
271 __u64 machine_flags; /* 0x0360 */ 271 __u64 machine_flags; /* 0x0360 */
272 __u64 ftrace_func; /* 0x0368 */ 272 __u64 ftrace_func; /* 0x0368 */
273 __u64 gmap; /* 0x0370 */ 273 __u64 gmap; /* 0x0370 */
274 __u64 cmf_hpp; /* 0x0378 */ 274 __u8 pad_0x0378[0x0380-0x0378]; /* 0x0378 */
275 275
276 /* Interrupt response block. */ 276 /* Interrupt response block. */
277 __u8 irb[64]; /* 0x0380 */ 277 __u8 irb[64]; /* 0x0380 */