diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-08-18 01:26:38 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-22 22:55:21 -0700 |
commit | efb21cc2384e385c4873ac6e7b23f16659469ea9 (patch) | |
tree | e7da1bf7e0d02327a974ec5724e9209eeb9ec7ef /arch/um/Makefile | |
parent | 5077c2a9cd43e8db71f8257e745e1d27e7b79d3f (diff) | |
download | linux-3.10-efb21cc2384e385c4873ac6e7b23f16659469ea9.tar.gz linux-3.10-efb21cc2384e385c4873ac6e7b23f16659469ea9.tar.bz2 linux-3.10-efb21cc2384e385c4873ac6e7b23f16659469ea9.zip |
x86, um: untangle uml ldt.h
* turn asm/ldt.h into ldt.h; update the (very few) users
* take host_ldt.h into sysdep, kill symlink mess
* includes of asm/arch/ldt.h turn into asm/ldt.h now
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
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 33d59f1ff57..909d16b07a4 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile @@ -20,7 +20,7 @@ core-y += $(ARCH_DIR)/kernel/ \ # Have to precede the include because the included Makefiles reference them. SYMLINK_HEADERS := archparam.h system.h processor.h ptrace.h \ - module.h vm-flags.h elf.h host_ldt.h + module.h vm-flags.h elf.h SYMLINK_HEADERS := $(foreach header,$(SYMLINK_HEADERS),$(ARCH_DIR)/include/asm/$(header)) # XXX: The "os" symlink is only used by arch/um/include/os.h, which includes |