# Update syscall tables for the TLS syscall addition. This is not done in the
# same patch to avoid rejects with the big syscall table rework.
# 
# Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
diff -puN arch/um/sys-i386/sys_call_table.S~uml-tls-support-sc-tables arch/um/sys-i386/sys_call_table.S
--- linux-2.6.git/arch/um/sys-i386/sys_call_table.S~uml-tls-support-sc-tables	2005-07-21 01:06:32.000000000 +0200
+++ linux-2.6.git-paolo/arch/um/sys-i386/sys_call_table.S	2005-07-21 01:06:32.000000000 +0200
@@ -6,8 +6,6 @@
 
 #define sys_vm86old sys_ni_syscall
 #define sys_vm86 sys_ni_syscall
-#define sys_set_thread_area sys_ni_syscall
-#define sys_get_thread_area sys_ni_syscall
 
 #define sys_stime um_stime
 #define sys_time um_time
_
