x86: TLS cleanup
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:30:46 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:46 +0000 (13:30 +0100)
commitefd1ca52d04d2f6df337a3332cee56cd60e6d4c4
treecf1e630d25cc45f399388f5fc996d86cf3bcf9ff
parent13abd0e50433092c41551bc13c32268028b6d663
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>
arch/x86/ia32/ia32entry.S
arch/x86/kernel/Makefile_32
arch/x86/kernel/process_32.c
arch/x86/kernel/process_64.c
arch/x86/kernel/ptrace_32.c
arch/x86/kernel/ptrace_64.c
arch/x86/kernel/tls.c
include/asm-x86/ia32.h
include/asm-x86/ptrace.h