|
@@ -49,7 +49,7 @@ unsigned long profile_pc(struct pt_regs *regs)
|
|
#ifdef CONFIG_SMP
|
|
#ifdef CONFIG_SMP
|
|
if (!user_mode_vm(regs) && in_lock_functions(pc)) {
|
|
if (!user_mode_vm(regs) && in_lock_functions(pc)) {
|
|
#ifdef CONFIG_FRAME_POINTER
|
|
#ifdef CONFIG_FRAME_POINTER
|
|
- return *(unsigned long *)(regs->bp + 4);
|
|
|
|
|
|
+ return *(unsigned long *)(regs->bp + sizeof(long));
|
|
#else
|
|
#else
|
|
unsigned long *sp = (unsigned long *)®s->sp;
|
|
unsigned long *sp = (unsigned long *)®s->sp;
|
|
|
|
|