X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=arch%2Fs390%2Finclude%2Fasm%2Fprocessor.h;h=03323175de308fbb3f98ecd5595f66f2d92e9580;hb=221bb8a46e230b9824204ae86537183d9991ff2a;hp=09529202ea77aa97b54187ab39f1c508cfe0813b;hpb=7a1e8b80fb1e8ead4cec15d1fc494ed290e4d2e9;p=cascardo%2Flinux.git diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h index 09529202ea77..03323175de30 100644 --- a/arch/s390/include/asm/processor.h +++ b/arch/s390/include/asm/processor.h @@ -112,6 +112,8 @@ struct thread_struct { unsigned long ksp; /* kernel stack pointer */ mm_segment_t mm_segment; unsigned long gmap_addr; /* address of last gmap fault. */ + unsigned int gmap_write_flag; /* gmap fault write indication */ + unsigned int gmap_int_code; /* int code of last gmap fault */ unsigned int gmap_pfault; /* signal of a pending guest pfault */ struct per_regs per_user; /* User specified PER registers */ struct per_event per_event; /* Cause of the last PER trap */