aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/processor_32.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-09-12 22:11:36 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-09-12 22:11:36 +0900
commit9996b42ac06adb7555933366e071ec8824bcaa37 (patch)
tree1262d59f5031a574037a177ae036456fd1f7ce34 /arch/sh/include/asm/processor_32.h
parentsh: Flag T-bit for syscall restart. (diff)
downloadlinux-dev-9996b42ac06adb7555933366e071ec8824bcaa37.tar.xz
linux-dev-9996b42ac06adb7555933366e071ec8824bcaa37.zip
sh: provide user_stack_pointer(), needed for tracehook support.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/processor_32.h')
-rw-r--r--arch/sh/include/asm/processor_32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/processor_32.h b/arch/sh/include/asm/processor_32.h
index 41d23210583c..1cd3a144c85c 100644
--- a/arch/sh/include/asm/processor_32.h
+++ b/arch/sh/include/asm/processor_32.h
@@ -199,6 +199,8 @@ extern unsigned long get_wchan(struct task_struct *p);
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc)
#define KSTK_ESP(tsk) (task_pt_regs(tsk)->regs[15])
+#define user_stack_pointer(regs) ((regs)->regs[15])
+
#define cpu_sleep() __asm__ __volatile__ ("sleep" : : : "memory")
#define cpu_relax() barrier()