[PATCH] ia64: don't touch IA-32 segment descriptors too early
Without this patch, if a signal handler tried to access TLS data (via %gs), things break, because the GS descriptor is zero. To be compatible with i386, we shouldn't be touching the segment descriptors before getting into signal handlers.
Showing
Please register or sign in to comment