]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitad60b31419e9722c77e740aef99e8f7f0ab7bfe0
tree012a6ef362ae469e632d3490bf14b2b09ad4015e
parent676e2b8c2301b1151b9533a64777b48533df4409
[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 [new file with mode: 0644]
include/asm-um/ldt.h [deleted file]