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/include/asm/ptrace-x86_64.h | |
parent | 5077c2a9cd43e8db71f8257e745e1d27e7b79d3f (diff) | |
download | op-kernel-dev-efb21cc2384e385c4873ac6e7b23f16659469ea9.zip op-kernel-dev-efb21cc2384e385c4873ac6e7b23f16659469ea9.tar.gz |
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/include/asm/ptrace-x86_64.h')
-rw-r--r-- | arch/um/include/asm/ptrace-x86_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/asm/ptrace-x86_64.h b/arch/um/include/asm/ptrace-x86_64.h index 4c47535..2653fba 100644 --- a/arch/um/include/asm/ptrace-x86_64.h +++ b/arch/um/include/asm/ptrace-x86_64.h @@ -9,7 +9,7 @@ #include "linux/compiler.h" #include "asm/errno.h" -#include "asm/host_ldt.h" +#include <sysdep/host_ldt.h> #define __FRAME_OFFSETS /* Needed to get the R* macros */ #include "asm/ptrace-generic.h" |