Home
last modified time | relevance | path

Searched hist:"50348 fac" (Results 1 – 1 of 1) sorted by relevance

/linux/net/iucv/
H A Diucv.c50348fac Mon Aug 09 08:30:49 GMT 2021 Heiko Carstens <hca@linux.ibm.com> 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>