We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ca1a4 commit 612695bCopy full SHA for 612695b
arch/arm/include/asm/perf_event.h
@@ -17,7 +17,7 @@ extern unsigned long perf_misc_flags(struct pt_regs *regs);
17
18
#define perf_arch_fetch_caller_regs(regs, __ip) { \
19
(regs)->ARM_pc = (__ip); \
20
- (regs)->ARM_fp = (unsigned long) __builtin_frame_address(0); \
+ frame_pointer((regs)) = (unsigned long) __builtin_frame_address(0); \
21
(regs)->ARM_sp = current_stack_pointer; \
22
(regs)->ARM_cpsr = SVC_MODE; \
23
}
0 commit comments