diff options
| author | Heiko Carstens <[email protected]> | 2021-08-09 10:30:49 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-08-09 10:13:32 +0100 |
| commit | 50348fac29211a54702b375e6e5717198a7d0cf6 (patch) | |
| tree | 4abd62a6d4f156623ff44a4219aabf4e4f2c445f /tools/perf/scripts/python | |
| parent | ff8424be8ce326e046982768bd20a245714e05b6 (diff) | |
net/iucv: get rid of register asm usage
Using register asm statements has been proven to be very error prone,
especially when using code instrumentation where gcc may add function
calls, which clobbers register contents in an unexpected way.
Therefore get rid of register asm statements in iucv code, even though
there is currently nothing wrong with it. This way we know for sure
that the above mentioned bug class won't be introduced here.
Acked-by: Karsten Graul <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Karsten Graul <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions