diff options
author | Roland McGrath <roland@redhat.com> | 2008-01-30 07:30:46 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:46 -0500 |
commit | efd1ca52d04d2f6df337a3332cee56cd60e6d4c4 (patch) | |
tree | cf1e630d25cc45f399388f5fc996d86cf3bcf9ff /arch/x86/ia32 | |
parent | 13abd0e50433092c41551bc13c32268028b6d663 (diff) |
x86: TLS cleanup
This consolidates the four different places that implemented the same
encoding magic for the GDT-slot 32-bit TLS support. The old tls32.c was
renamed and is now only slightly modified to be the shared implementation.
Signed-off-by: Roland McGrath <roland@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Zachary Amsden <zach@vmware.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/ia32')
-rw-r--r-- | arch/x86/ia32/ia32entry.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/ia32/ia32entry.S b/arch/x86/ia32/ia32entry.S index 2499a324feaa..0db0a6291bbd 100644 --- a/arch/x86/ia32/ia32entry.S +++ b/arch/x86/ia32/ia32entry.S | |||
@@ -643,8 +643,8 @@ ia32_sys_call_table: | |||
643 | .quad compat_sys_futex /* 240 */ | 643 | .quad compat_sys_futex /* 240 */ |
644 | .quad compat_sys_sched_setaffinity | 644 | .quad compat_sys_sched_setaffinity |
645 | .quad compat_sys_sched_getaffinity | 645 | .quad compat_sys_sched_getaffinity |
646 | .quad sys32_set_thread_area | 646 | .quad sys_set_thread_area |
647 | .quad sys32_get_thread_area | 647 | .quad sys_get_thread_area |
648 | .quad compat_sys_io_setup /* 245 */ | 648 | .quad compat_sys_io_setup /* 245 */ |
649 | .quad sys_io_destroy | 649 | .quad sys_io_destroy |
650 | .quad compat_sys_io_getevents | 650 | .quad compat_sys_io_getevents |