diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:12:09 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:15:26 +0100 |
commit | a10c95d84c2d04a4bfb02104644bbf2811b99690 (patch) | |
tree | bd8cc3d66cce495fe78fe76c3636ab02a9ad0784 /arch/x86/um/asm/processor_32.h | |
parent | 4d211093e838ddd049b5cf4f0773aa5ac67f9976 (diff) | |
download | linux-a10c95d84c2d04a4bfb02104644bbf2811b99690.tar.gz linux-a10c95d84c2d04a4bfb02104644bbf2811b99690.tar.bz2 linux-a10c95d84c2d04a4bfb02104644bbf2811b99690.zip |
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_32.h')
-rw-r--r-- | arch/x86/um/asm/processor_32.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/um/asm/processor_32.h b/arch/x86/um/asm/processor_32.h index c4078b581df1..018f732704dd 100644 --- a/arch/x86/um/asm/processor_32.h +++ b/arch/x86/um/asm/processor_32.h @@ -63,8 +63,4 @@ static inline void rep_nop(void) #define current_text_addr() \ ({ void *pc; __asm__("movl $1f,%0\n1:":"=g" (pc)); pc; }) -#define KSTK_EIP(tsk) KSTK_REG(tsk, EIP) -#define KSTK_ESP(tsk) KSTK_REG(tsk, UESP) -#define KSTK_EBP(tsk) KSTK_REG(tsk, EBP) - #endif |