diff options
author | Jeff Dike <jdike@addtoit.com> | 2005-11-21 21:32:08 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-22 09:13:41 -0800 |
commit | e23181deec0d2a8be576faf9d71211abb84d5ccc (patch) | |
tree | 012a6ef362ae469e632d3490bf14b2b09ad4015e /arch/um/Makefile | |
parent | 39d730ab87f07592e3a3794353f097d5184cae7a (diff) | |
download | kernel_goldelico_gta04-e23181deec0d2a8be576faf9d71211abb84d5ccc.zip kernel_goldelico_gta04-e23181deec0d2a8be576faf9d71211abb84d5ccc.tar.gz kernel_goldelico_gta04-e23181deec0d2a8be576faf9d71211abb84d5ccc.tar.bz2 |
[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>
Diffstat (limited to 'arch/um/Makefile')
-rw-r--r-- | arch/um/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile index e55d32e..1b12fee 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile @@ -17,7 +17,7 @@ core-y += $(ARCH_DIR)/kernel/ \ # Have to precede the include because the included Makefiles reference them. SYMLINK_HEADERS := archparam.h system.h sigcontext.h processor.h ptrace.h \ - module.h vm-flags.h elf.h + module.h vm-flags.h elf.h ldt.h SYMLINK_HEADERS := $(foreach header,$(SYMLINK_HEADERS),include/asm-um/$(header)) # XXX: The "os" symlink is only used by arch/um/include/os.h, which includes |