Re: [replacement PATCH 6/6] x86: TLS cleanup

2007-11-22 Thread Thomas Gleixner
On Wed, 21 Nov 2007, Roland McGrath wrote: > > 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. Applied, thanks t

[replacement PATCH 6/6] x86: TLS cleanup

2007-11-21 Thread Roland McGrath
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 <[EMAIL PROTECTED]> --- arch/x86/ia32/ia32entry.