Searched hist:"2875 fe0561569f82d0e63658ccf0d11ce7da8922" (Results 1 – 4 of 4) sorted by relevance
/linux/arch/riscv/include/asm/ |
H A D | cpu_ops.h | 2875fe0561569f82d0e63658ccf0d11ce7da8922 Wed Mar 18 02:11:40 CET 2020 Atish Patra <atish.patra@wdc.com> RISC-V: Add cpu_ops and modify default booting method
Currently, all non-booting harts start booting after the booting hart updates the per-hart stack pointer. This is done in a way that, it's difficult to implement any other booting method without breaking the backward compatibility.
Define a cpu_ops method that allows to introduce other booting methods in future. Modify the current booting method to be compatible with cpu_ops.
Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Anup Patel <anup@brainfault.org> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
|
/linux/arch/riscv/kernel/ |
H A D | cpu_ops.c | 2875fe0561569f82d0e63658ccf0d11ce7da8922 Wed Mar 18 02:11:40 CET 2020 Atish Patra <atish.patra@wdc.com> RISC-V: Add cpu_ops and modify default booting method
Currently, all non-booting harts start booting after the booting hart updates the per-hart stack pointer. This is done in a way that, it's difficult to implement any other booting method without breaking the backward compatibility.
Define a cpu_ops method that allows to introduce other booting methods in future. Modify the current booting method to be compatible with cpu_ops.
Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Anup Patel <anup@brainfault.org> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
|
H A D | smpboot.c | diff 2875fe0561569f82d0e63658ccf0d11ce7da8922 Wed Mar 18 02:11:40 CET 2020 Atish Patra <atish.patra@wdc.com> RISC-V: Add cpu_ops and modify default booting method
Currently, all non-booting harts start booting after the booting hart updates the per-hart stack pointer. This is done in a way that, it's difficult to implement any other booting method without breaking the backward compatibility.
Define a cpu_ops method that allows to introduce other booting methods in future. Modify the current booting method to be compatible with cpu_ops.
Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Anup Patel <anup@brainfault.org> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
|
H A D | Makefile | diff 2875fe0561569f82d0e63658ccf0d11ce7da8922 Wed Mar 18 02:11:40 CET 2020 Atish Patra <atish.patra@wdc.com> RISC-V: Add cpu_ops and modify default booting method
Currently, all non-booting harts start booting after the booting hart updates the per-hart stack pointer. This is done in a way that, it's difficult to implement any other booting method without breaking the backward compatibility.
Define a cpu_ops method that allows to introduce other booting methods in future. Modify the current booting method to be compatible with cpu_ops.
Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Anup Patel <anup@brainfault.org> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
|