aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/thread_info_no.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/thread_info_no.h')
-rw-r--r--arch/m68k/include/asm/thread_info_no.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/thread_info_no.h b/arch/m68k/include/asm/thread_info_no.h
index a6512bfdd01..884776f686c 100644
--- a/arch/m68k/include/asm/thread_info_no.h
+++ b/arch/m68k/include/asm/thread_info_no.h
@@ -37,6 +37,7 @@ struct thread_info {
unsigned long flags; /* low level flags */
int cpu; /* cpu we're on */
int preempt_count; /* 0 => preemptable, <0 => BUG */
+ unsigned long tp_value; /* thread pointer */
struct restart_block restart_block;
};