]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit22e5c2bc92b70b1ee920394707a99e524715195f
treecfc9be9f12e4690249bcce13da985227d910aa5d
parent261da0f65416940cfdb430ef25496b107ca0a41c
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