diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-08-18 00:19:01 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-23 01:55:20 -0400 |
commit | 5077c2a9cd43e8db71f8257e745e1d27e7b79d3f (patch) | |
tree | a2073f34796801cbcb2dd0ec4828fe3e838e099b /arch/um/include/asm/processor-x86_64.h | |
parent | 7127da4ee4447cb718c5ae553878458ec5e648f8 (diff) |
x86, um: get rid of more uml asm/arch uses
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/processor-x86_64.h')
-rw-r--r-- | arch/um/include/asm/processor-x86_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/asm/processor-x86_64.h b/arch/um/include/asm/processor-x86_64.h index e50933175e91..875a26a62614 100644 --- a/arch/um/include/asm/processor-x86_64.h +++ b/arch/um/include/asm/processor-x86_64.h | |||
@@ -40,7 +40,7 @@ static inline void arch_copy_thread(struct arch_thread *from, | |||
40 | to->fs = from->fs; | 40 | to->fs = from->fs; |
41 | } | 41 | } |
42 | 42 | ||
43 | #include "asm/arch/user.h" | 43 | #include <asm/user.h> |
44 | 44 | ||
45 | #define current_text_addr() \ | 45 | #define current_text_addr() \ |
46 | ({ void *pc; __asm__("movq $1f,%0\n1:":"=g" (pc)); pc; }) | 46 | ({ void *pc; __asm__("movq $1f,%0\n1:":"=g" (pc)); pc; }) |