Make use of the arm_get_current_stackframe api so that
the frame pointer is correctly referenced in THUMB2 mode
Signed-off-by: Nikolay Borisov <Nikolay.Borisov@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
        if (!in_lock_functions(regs->ARM_pc))
                return regs->ARM_pc;
 
-       frame.fp = regs->ARM_fp;
-       frame.sp = regs->ARM_sp;
-       frame.lr = regs->ARM_lr;
-       frame.pc = regs->ARM_pc;
+       arm_get_current_stackframe(regs, &frame);
        do {
                int ret = unwind_frame(&frame);
                if (ret < 0)