On Tue, Dec 05, 2023 at 06:32:52PM +0100, Claudio Imbrenda wrote: > Convert pgste_get_lock() and pgste_set_unlock() to C. > > There is no real reasons to keep them in assembler. Having them in C > makes them more readable and maintainable, and better instructions are > used automatically when available. > > Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> > --- > arch/s390/mm/pgtable.c | 29 ++++++++++------------------- > 1 file changed, 10 insertions(+), 19 deletions(-) Reviewed-by: Heiko Carstens <hca@xxxxxxxxxxxxx>