projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fe4c6d
)
fix braino in um patchset (mea culpa)
author
Al Viro
<viro@ZenIV.linux.org.uk>
Mon, 21 Nov 2011 03:52:18 +0000
(
03:52
+0000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 21 Nov 2011 20:10:21 +0000
(12:10 -0800)
wrong register returned...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/um/asm/processor.h
patch
|
blob
|
history
diff --git
a/arch/x86/um/asm/processor.h
b/arch/x86/um/asm/processor.h
index
118c143
..
2c32df6
100644
(file)
--- a/
arch/x86/um/asm/processor.h
+++ b/
arch/x86/um/asm/processor.h
@@
-11,7
+11,7
@@
#endif
#define KSTK_EIP(tsk) KSTK_REG(tsk, HOST_IP)
-#define KSTK_ESP(tsk) KSTK_REG(tsk, HOST_
I
P)
+#define KSTK_ESP(tsk) KSTK_REG(tsk, HOST_
S
P)
#define KSTK_EBP(tsk) KSTK_REG(tsk, HOST_BP)
#define ARCH_IS_STACKGROW(address) \