fix braino in um patchset (mea culpa)
wrong register returned... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6fe4c6d466
commit
cc11f9edd9
|
@ -11,7 +11,7 @@
|
|||
#endif
|
||||
|
||||
#define KSTK_EIP(tsk) KSTK_REG(tsk, HOST_IP)
|
||||
#define KSTK_ESP(tsk) KSTK_REG(tsk, HOST_IP)
|
||||
#define KSTK_ESP(tsk) KSTK_REG(tsk, HOST_SP)
|
||||
#define KSTK_EBP(tsk) KSTK_REG(tsk, HOST_BP)
|
||||
|
||||
#define ARCH_IS_STACKGROW(address) \
|
||||
|
|
Loading…
Reference in New Issue