aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMikulas Patocka <[email protected]>2013-07-10 23:41:17 +0100
committerAlasdair G Kergon <[email protected]>2013-07-10 23:41:17 +0100
commit43aeaa29573924df76f44eda2bbd94ca36e407b5 (patch)
tree9f05d2afbd800c44c4bed6e51b4524ac06a4ad62 /tools/perf/scripts/python
parent553d8fe029a561d5921fba495206e64eefea42cb (diff)
dm cache: fix arm link errors with inline
Use __always_inline to avoid a link failure with gcc 4.6 on ARM. gcc 4.7 is OK. It creates a function block_div.part.8, it references __udivdi3 and __umoddi3 and it is never called. The references to __udivdi3 and __umoddi3 cause a link failure. Reported-by: Rob Herring <[email protected]> Signed-off-by: Mikulas Patocka <[email protected]> Signed-off-by: Alasdair G Kergon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions