diff options
Diffstat (limited to 'arch/arm/kernel/time.c')
-rw-r--r-- | arch/arm/kernel/time.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/kernel/time.c b/arch/arm/kernel/time.c index 829a96d4a179..0cc7e58c47cc 100644 --- a/arch/arm/kernel/time.c +++ b/arch/arm/kernel/time.c | |||
@@ -50,10 +50,7 @@ unsigned long profile_pc(struct pt_regs *regs) | |||
50 | if (!in_lock_functions(regs->ARM_pc)) | 50 | if (!in_lock_functions(regs->ARM_pc)) |
51 | return regs->ARM_pc; | 51 | return regs->ARM_pc; |
52 | 52 | ||
53 | frame.fp = regs->ARM_fp; | 53 | arm_get_current_stackframe(regs, &frame); |
54 | frame.sp = regs->ARM_sp; | ||
55 | frame.lr = regs->ARM_lr; | ||
56 | frame.pc = regs->ARM_pc; | ||
57 | do { | 54 | do { |
58 | int ret = unwind_frame(&frame); | 55 | int ret = unwind_frame(&frame); |
59 | if (ret < 0) | 56 | if (ret < 0) |