Christian Borntraeger 35810f5ccf s390: optimize syscall function
Since kernel 2.6.0 all Linux version accept the system call number
in register 1 for svc 0. There is no need to have special handling
that uses EX for system calls < 256. This will simplify and speed
up that code.

A microbenchmark doing "syscall(__NR_getpid);" in a loops gets faster
by ~12%.

        * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Simplify
        code by always using SVC 0 instead of EX.
        * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
2017-06-19 10:59:40 +02:00
..
2017-05-20 19:04:43 -04:00
2017-06-19 10:59:40 +02:00
2017-06-19 10:59:40 +02:00
2014-07-07 09:29:06 -07:00
2015-11-06 13:58:53 +01:00
2016-11-30 16:23:58 +01:00
2013-08-27 10:34:16 -07:00