From 19df733e643ea2a0ea95385957163d0e3d5b2d1c Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Tue, 19 Jul 2011 20:29:27 -0400 Subject: S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macro --- sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysdeps/unix/sysv/linux/s390/s390-64') diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h b/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h index 6491a3b7b6..4d45417639 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h +++ b/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h @@ -62,7 +62,7 @@ even if the call succeeded. E.g., the `lseek' system call might return a large offset. Therefore we must not anymore test for < 0, but test for a real error by making sure the value in gpr2 is a real error - number. Linus said he will make sure the no syscall returns a value + number. Linus said he will make sure that no syscall returns a value in -1 .. -4095 as a valid result so we can savely test with -4095. */ #undef PSEUDO @@ -370,12 +370,12 @@ DECLARGS_##nr(args) \ register long _ret asm("2"); \ asm volatile ( \ - "lgr 11,14\n\t" \ + "lgr 10,14\n\t" \ "basr 14,%1\n\t" \ - "lgr 14,11\n\t" \ + "lgr 14,10\n\t" \ : "=d" (_ret) \ : "a" (fn) ASMFMT_##nr \ - : "cc", "memory", "0", "1", "11" CLOBBER_##nr); \ + : "cc", "memory", "0", "1", "10" CLOBBER_##nr); \ _ret; }) /* Pointer mangling support. */ -- cgit 1.4.1