]> git.baikalelectronics.ru Git - kernel.git/commit
s390/fault: merge report_user_fault implementations
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 24 Feb 2016 13:27:46 +0000 (14:27 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 2 Mar 2016 12:44:27 +0000 (06:44 -0600)
commit1b844d7f45bd3592426f52024ccc2845ac9a2afa
tree2877577833d43948398da7b0b79b34720aba9d37
parent8d857ae59b10526651eac4d63bd3e3695e55725a
s390/fault: merge report_user_fault implementations

We have two close to identical report_user_fault functions.
Add a parameter to one and get rid of the other one in order
to reduce code duplication.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/setup.h
arch/s390/kernel/traps.c
arch/s390/mm/fault.c