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>
This commit is contained in:

committed by
Ingo Molnar

parent
13abd0e504
commit
efd1ca52d0
@@ -643,8 +643,8 @@ ia32_sys_call_table:
|
||||
.quad compat_sys_futex /* 240 */
|
||||
.quad compat_sys_sched_setaffinity
|
||||
.quad compat_sys_sched_getaffinity
|
||||
.quad sys32_set_thread_area
|
||||
.quad sys32_get_thread_area
|
||||
.quad sys_set_thread_area
|
||||
.quad sys_get_thread_area
|
||||
.quad compat_sys_io_setup /* 245 */
|
||||
.quad sys_io_destroy
|
||||
.quad compat_sys_io_getevents
|
||||
|
Reference in New Issue
Block a user