Searched hist:"980 d32c47182e04ae1944f8f3743b40f486a737f" (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | thread.h | 980d32c47182e04ae1944f8f3743b40f486a737f Wed Jun 19 18:49:14 UTC 2024 Jens Wiklander <jens.wiklander@linaro.org> core: open-code thread_init_stack()
The implementations of thread_init_stack() are identical and trivial for both arm and riscv. So simplify code further and open-code it where it's called from in core/kernel/thread.c.
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Alvin Chang <alvinga@andestech.com> Tested-by: Alvin Chang <alvinga@andestech.com>
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_arch.c | 980d32c47182e04ae1944f8f3743b40f486a737f Wed Jun 19 18:49:14 UTC 2024 Jens Wiklander <jens.wiklander@linaro.org> core: open-code thread_init_stack()
The implementations of thread_init_stack() are identical and trivial for both arm and riscv. So simplify code further and open-code it where it's called from in core/kernel/thread.c.
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Alvin Chang <alvinga@andestech.com> Tested-by: Alvin Chang <alvinga@andestech.com>
|
| /optee_os/core/kernel/ |
| H A D | thread.c | 980d32c47182e04ae1944f8f3743b40f486a737f Wed Jun 19 18:49:14 UTC 2024 Jens Wiklander <jens.wiklander@linaro.org> core: open-code thread_init_stack()
The implementations of thread_init_stack() are identical and trivial for both arm and riscv. So simplify code further and open-code it where it's called from in core/kernel/thread.c.
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Alvin Chang <alvinga@andestech.com> Tested-by: Alvin Chang <alvinga@andestech.com>
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread.c | 980d32c47182e04ae1944f8f3743b40f486a737f Wed Jun 19 18:49:14 UTC 2024 Jens Wiklander <jens.wiklander@linaro.org> core: open-code thread_init_stack()
The implementations of thread_init_stack() are identical and trivial for both arm and riscv. So simplify code further and open-code it where it's called from in core/kernel/thread.c.
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Alvin Chang <alvinga@andestech.com> Tested-by: Alvin Chang <alvinga@andestech.com>
|