summary refs log tree commit diff
path: root/arch/m68k/include
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim@codesourcery.com>2009-12-06 10:08:14 -0800
committerGeert Uytterhoeven <geert@linux-m68k.org>2010-02-27 18:35:22 +0100
commita58f75349063f60949614de39390df594ba1418d (patch)
treeb0fec4508132df99cfa81e5d9f080028fe234b91 /arch/m68k/include
parent9674cdc74d63f346870943ef966a034f8c71ee57 (diff)
downloadlinux-a58f75349063f60949614de39390df594ba1418d.tar.gz
m68knommu: NPTL support for uClinux
Port syscalls for NPTL support to m68knommu.

Signed-off-by: Maxim Kuvyrkov <maxim@codesourcery.com>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include')
-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 a6512bfdd01d..884776f686ca 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;
 };