diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 15:12:09 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 09:15:26 -0400 |
commit | a10c95d84c2d04a4bfb02104644bbf2811b99690 (patch) | |
tree | bd8cc3d66cce495fe78fe76c3636ab02a9ad0784 /arch/x86/um/asm/processor_64.h | |
parent | 4d211093e838ddd049b5cf4f0773aa5ac67f9976 (diff) |
um: unify KSTK_...
... and switch get_thread_register() to HOST_... for register numbers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/x86/um/asm/processor_64.h')
-rw-r--r-- | arch/x86/um/asm/processor_64.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/um/asm/processor_64.h b/arch/x86/um/asm/processor_64.h index 0186c61d0a7e..61de92d916c3 100644 --- a/arch/x86/um/asm/processor_64.h +++ b/arch/x86/um/asm/processor_64.h | |||
@@ -42,7 +42,4 @@ static inline void arch_copy_thread(struct arch_thread *from, | |||
42 | #define current_text_addr() \ | 42 | #define current_text_addr() \ |
43 | ({ void *pc; __asm__("movq $1f,%0\n1:":"=g" (pc)); pc; }) | 43 | ({ void *pc; __asm__("movq $1f,%0\n1:":"=g" (pc)); pc; }) |
44 | 44 | ||
45 | #define KSTK_EIP(tsk) KSTK_REG(tsk, RIP) | ||
46 | #define KSTK_ESP(tsk) KSTK_REG(tsk, RSP) | ||
47 | |||
48 | #endif | 45 | #endif |