aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/processor.h')
-rw-r--r--arch/s390/include/asm/processor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h
index 6bca916a5ba0..977a5b6501b8 100644
--- a/arch/s390/include/asm/processor.h
+++ b/arch/s390/include/asm/processor.h
@@ -111,7 +111,10 @@ struct thread_struct {
111 unsigned int acrs[NUM_ACRS]; 111 unsigned int acrs[NUM_ACRS];
112 unsigned long ksp; /* kernel stack pointer */ 112 unsigned long ksp; /* kernel stack pointer */
113 unsigned long user_timer; /* task cputime in user space */ 113 unsigned long user_timer; /* task cputime in user space */
114 unsigned long guest_timer; /* task cputime in kvm guest */
114 unsigned long system_timer; /* task cputime in kernel space */ 115 unsigned long system_timer; /* task cputime in kernel space */
116 unsigned long hardirq_timer; /* task cputime in hardirq context */
117 unsigned long softirq_timer; /* task cputime in softirq context */
115 unsigned long sys_call_table; /* system call table address */ 118 unsigned long sys_call_table; /* system call table address */
116 mm_segment_t mm_segment; 119 mm_segment_t mm_segment;
117 unsigned long gmap_addr; /* address of last gmap fault. */ 120 unsigned long gmap_addr; /* address of last gmap fault. */