diff options
Diffstat (limited to 'arch/s390/include/asm/thread_info.h')
| -rw-r--r-- | arch/s390/include/asm/thread_info.h | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/s390/include/asm/thread_info.h b/arch/s390/include/asm/thread_info.h index 9e2cfe0349c..eb5f64d26d0 100644 --- a/arch/s390/include/asm/thread_info.h +++ b/arch/s390/include/asm/thread_info.h @@ -14,13 +14,8 @@  #define THREAD_ORDER 1  #define ASYNC_ORDER  1  #else /* CONFIG_64BIT */ -#ifndef __SMALL_STACK  #define THREAD_ORDER 2  #define ASYNC_ORDER  2 -#else -#define THREAD_ORDER 1 -#define ASYNC_ORDER  1 -#endif  #endif /* CONFIG_64BIT */  #define THREAD_SIZE (PAGE_SIZE << THREAD_ORDER) @@ -41,6 +36,7 @@ struct thread_info {  	struct task_struct	*task;		/* main task structure */  	struct exec_domain	*exec_domain;	/* execution domain */  	unsigned long		flags;		/* low level flags */ +	unsigned long		sys_call_table;	/* System call table address */  	unsigned int		cpu;		/* current CPU */  	int			preempt_count;	/* 0 => preemptable, <0 => BUG */  	struct restart_block	restart_block;  |