OSDN Git Service

s390/compat: do not trace compat wrapper functions
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 17 Sep 2015 16:30:34 +0000 (18:30 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 18 Sep 2015 09:16:50 +0000 (11:16 +0200)
commita55b2ae78cfecaa5ce0384c05211606372b9496c
treecfc9be9f12e4690249bcce13da985227d910aa5d
parent96d4ee8aaa3cfbfadf137904f3696a9a84fab2d3
s390/compat: do not trace compat wrapper functions

Add notrace to the compat wrapper define to disable tracing of compat
wrapper functions. These are supposed to be very small and more or less
just a trampoline to the real system call.

Also fix indentation.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/compat_wrapper.c