diff options
Diffstat (limited to 'arch/s390/include/asm/processor.h')
-rw-r--r-- | arch/s390/include/asm/processor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h index 5f33d37d032c..27272f6a14c2 100644 --- a/arch/s390/include/asm/processor.h +++ b/arch/s390/include/asm/processor.h | |||
@@ -80,8 +80,6 @@ struct thread_struct { | |||
80 | unsigned int acrs[NUM_ACRS]; | 80 | unsigned int acrs[NUM_ACRS]; |
81 | unsigned long ksp; /* kernel stack pointer */ | 81 | unsigned long ksp; /* kernel stack pointer */ |
82 | mm_segment_t mm_segment; | 82 | mm_segment_t mm_segment; |
83 | unsigned long prot_addr; /* address of protection-excep. */ | ||
84 | unsigned int trap_no; | ||
85 | unsigned long gmap_addr; /* address of last gmap fault. */ | 83 | unsigned long gmap_addr; /* address of last gmap fault. */ |
86 | struct per_regs per_user; /* User specified PER registers */ | 84 | struct per_regs per_user; /* User specified PER registers */ |
87 | struct per_event per_event; /* Cause of the last PER trap */ | 85 | struct per_event per_event; /* Cause of the last PER trap */ |