summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.modpost
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2021-08-09 10:30:49 +0200
committerDavid S. Miller <davem@davemloft.net>2021-08-09 10:13:32 +0100
commit50348fac29211a54702b375e6e5717198a7d0cf6 (patch)
tree4abd62a6d4f156623ff44a4219aabf4e4f2c445f /scripts/Makefile.modpost
parentff8424be8ce326e046982768bd20a245714e05b6 (diff)
downloadlinux-50348fac29211a54702b375e6e5717198a7d0cf6.tar.bz2
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 <kgraul@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/Makefile.modpost')
0 files changed, 0 insertions, 0 deletions