Searched hist:afc6386815a88d067d9f567dcc6266800286f626 (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | switch.S | afc6386815a88d067d9f567dcc6266800286f626 Tue Jun 06 15:24:46 CEST 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: merge 32-bit and 64-bit _switch implementation
The _switch stack frame setup are substantially the same, so are the comments. The difference in how the stack and current are switched, and other hardware and software housekeeping is done is moved into macros.
Generated code should be unchanged.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Tweak include orer to fix compile errors on some configs] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230606132447.315714-6-npiggin@gmail.com
|
H A D | entry_32.S | diff afc6386815a88d067d9f567dcc6266800286f626 Tue Jun 06 15:24:46 CEST 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: merge 32-bit and 64-bit _switch implementation
The _switch stack frame setup are substantially the same, so are the comments. The difference in how the stack and current are switched, and other hardware and software housekeeping is done is moved into macros.
Generated code should be unchanged.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Tweak include orer to fix compile errors on some configs] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230606132447.315714-6-npiggin@gmail.com
|
H A D | Makefile | diff afc6386815a88d067d9f567dcc6266800286f626 Tue Jun 06 15:24:46 CEST 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: merge 32-bit and 64-bit _switch implementation
The _switch stack frame setup are substantially the same, so are the comments. The difference in how the stack and current are switched, and other hardware and software housekeeping is done is moved into macros.
Generated code should be unchanged.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Tweak include orer to fix compile errors on some configs] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230606132447.315714-6-npiggin@gmail.com
|
/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | diff afc6386815a88d067d9f567dcc6266800286f626 Tue Jun 06 15:24:46 CEST 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: merge 32-bit and 64-bit _switch implementation
The _switch stack frame setup are substantially the same, so are the comments. The difference in how the stack and current are switched, and other hardware and software housekeeping is done is moved into macros.
Generated code should be unchanged.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Tweak include orer to fix compile errors on some configs] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230606132447.315714-6-npiggin@gmail.com
|