Searched hist:c28c07fe (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/s390/include/asm/ |
H A D | pfault.h | c28c07fe Mon Jul 24 10:20:26 CDT 2023 Heiko Carstens <hca@linux.ibm.com> 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>
|
H A D | setup.h | c28c07fe Mon Jul 24 10:20:26 CDT 2023 Heiko Carstens <hca@linux.ibm.com> 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>
|
/openbmc/linux/arch/s390/mm/ |
H A D | pfault.c | c28c07fe Mon Jul 24 10:20:26 CDT 2023 Heiko Carstens <hca@linux.ibm.com> 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>
|
H A D | Makefile | c28c07fe Mon Jul 24 10:20:26 CDT 2023 Heiko Carstens <hca@linux.ibm.com> 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>
|
H A D | fault.c | c28c07fe Mon Jul 24 10:20:26 CDT 2023 Heiko Carstens <hca@linux.ibm.com> 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>
|
/openbmc/linux/arch/s390/kernel/ |
H A D | machine_kexec.c | c28c07fe Mon Jul 24 10:20:26 CDT 2023 Heiko Carstens <hca@linux.ibm.com> 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>
|
H A D | smp.c | c28c07fe Mon Jul 24 10:20:26 CDT 2023 Heiko Carstens <hca@linux.ibm.com> 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>
|