diff options
author | Mans Rullgard <[email protected]> | 2016-03-10 14:23:49 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <[email protected]> | 2016-03-14 11:08:29 +0100 |
commit | 392c5174499296bcdecbe1705d577883065fa5de (patch) | |
tree | 2d649694002b4e9ba45d3a67393954d402636682 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | b837e97fd35a6b551e3478ace0623a0bd744787c (diff) |
avr32: fix asm operand constraint in cmpxchg()
If the 'old' operand to cmpxchg() is a constant wider than 21 bits,
linking fails with a "relocation truncated to fit: R_AVR32_21S" error.
Fix this by replacing the "i" constraint with "Ks21" which makes the
compiler use a temporary register for out of range constants.
Signed-off-by: Mans Rullgard <[email protected]>
Acked-by: Hans-Christian Noren Egtvedt <[email protected]>
Tested-by: Andy Shevchenko <[email protected]>
Tested-by: Sudip Mukherjee <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions