diff options
author | Dave Martin <[email protected]> | 2010-12-01 18:05:13 +0100 |
---|---|---|
committer | Russell King <[email protected]> | 2010-12-04 11:00:52 +0000 |
commit | 0946b8c5c5982088a26da7ad99e8bcf57f972fb5 (patch) | |
tree | 2a76931b417a271b132132accee88b58c96dfd94 /tools/perf/util/trace-event-scripting.c | |
parent | cb5d39b3a1440eca79c742d95f1d78180c272286 (diff) |
ARM: 6517/1: kexec: Add missing memory clobber to inline asm in crash_setup_regs()
Currently, the inline asm is passed &newregs->ARM_r0 as in input,
when modifying multiple fields of newregs.
It's plausible to assume that GCC will assume newregs->ARM_r0 is
modified when passed the address, but unfortunately this assumption
is incorrect.
Also, GCC has no way to guess that the other ARM_r* fields are
modified without the addition of a "memory" clobber.
Signed-off-by: Dave Martin <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Acked-by: Will Deacon <[email protected]>
Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions