-
- Downloads
s390/mm: move pfault code to own C file
The pfault code has nothing to do with regular fault handling. Therefore move it to an own C file. Also add an own pfault header file. This way changes to setup.h don't cause a recompile of the pfault code and vice versa. Reviewed-by:Sven Schnelle <svens@linux.ibm.com> Signed-off-by:
Heiko Carstens <hca@linux.ibm.com>
Showing
- arch/s390/include/asm/pfault.h 24 additions, 0 deletionsarch/s390/include/asm/pfault.h
- arch/s390/include/asm/setup.h 0 additions, 8 deletionsarch/s390/include/asm/setup.h
- arch/s390/kernel/machine_kexec.c 1 addition, 0 deletionsarch/s390/kernel/machine_kexec.c
- arch/s390/kernel/smp.c 1 addition, 0 deletionsarch/s390/kernel/smp.c
- arch/s390/mm/Makefile 1 addition, 0 deletionsarch/s390/mm/Makefile
- arch/s390/mm/fault.c 0 additions, 228 deletionsarch/s390/mm/fault.c
- arch/s390/mm/pfault.c 239 additions, 0 deletionsarch/s390/mm/pfault.c
Loading
Please register or sign in to comment