diff options
Diffstat (limited to 'arch/m68k/include/asm/thread_info_mm.h')
| -rw-r--r-- | arch/m68k/include/asm/thread_info_mm.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/thread_info_mm.h b/arch/m68k/include/asm/thread_info_mm.h index 167e518db41..67266c68345 100644 --- a/arch/m68k/include/asm/thread_info_mm.h +++ b/arch/m68k/include/asm/thread_info_mm.h @@ -16,6 +16,7 @@ struct thread_info {  	struct exec_domain	*exec_domain;	/* execution domain */  	int			preempt_count;	/* 0 => preemptable, <0 => BUG */  	__u32 cpu; /* should always be 0 on m68k */ +	unsigned long		tp_value;	/* thread pointer */  	struct restart_block    restart_block;  };  #endif /* __ASSEMBLY__ */  |