[PATCH] uml: eliminate anonymous union and clean up symlink lossage
authorJeff Dike <jdike@addtoit.com>
Tue, 22 Nov 2005 05:32:08 +0000 (21:32 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 22 Nov 2005 17:13:41 +0000 (09:13 -0800)
commite23181deec0d2a8be576faf9d71211abb84d5ccc
tree012a6ef362ae469e632d3490bf14b2b09ad4015e
parent39d730ab87f07592e3a3794353f097d5184cae7a
[PATCH] uml: eliminate anonymous union and clean up symlink lossage

This gives a name to the anonymous union introduced in skas-hold-own-ldt,
allowing to build on a wider range of gccs.

It also removes ldt.h, which somehow became real, and replaces it with a
symlink, and creates ldt-x86_64.h as a copy of ldt-i386.h for now.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/Makefile
arch/um/sys-i386/ldt.c
include/asm-um/ldt-i386.h
include/asm-um/ldt-x86_64.h [moved from include/asm-um/ldt.h with 95% similarity]