Re: [PATCH v2 07/14] cyclic: invoke uthread_schedule() from schedule()

2025-02-28 Thread Stefan Roese
Hi Jerome, On 27.02.25 18:05, Jerome Forissier wrote: Hi Stefan, On 2/27/25 13:30, Stefan Roese wrote: Hi Jerome, On 25.02.25 17:34, Jerome Forissier wrote: Make the schedule() call from the CYCLIC framework a uthread scheduling point too. This makes sense since schedule() is called from a l

Re: [PATCH v2 07/14] cyclic: invoke uthread_schedule() from schedule()

2025-02-28 Thread Ilias Apalodimas
On Tue, 25 Feb 2025 at 18:35, Jerome Forissier wrote: > > Make the schedule() call from the CYCLIC framework a uthread scheduling > point too. This makes sense since schedule() is called from a lot of > places where uthread_schedule() needs to be called. > > Signed-off-by: Jerome Forissier [...]

Re: [PATCH v2 07/14] cyclic: invoke uthread_schedule() from schedule()

2025-02-27 Thread Jerome Forissier
Hi Stefan, On 2/27/25 13:30, Stefan Roese wrote: > Hi Jerome, > > On 25.02.25 17:34, Jerome Forissier wrote: >> Make the schedule() call from the CYCLIC framework a uthread scheduling >> point too. This makes sense since schedule() is called from a lot of >> places where uthread_schedule() needs

Re: [PATCH v2 07/14] cyclic: invoke uthread_schedule() from schedule()

2025-02-27 Thread Stefan Roese
Hi Jerome, On 25.02.25 17:34, Jerome Forissier wrote: Make the schedule() call from the CYCLIC framework a uthread scheduling point too. This makes sense since schedule() is called from a lot of places where uthread_schedule() needs to be called. Signed-off-by: Jerome Forissier Frankly, at f

[PATCH v2 07/14] cyclic: invoke uthread_schedule() from schedule()

2025-02-25 Thread Jerome Forissier
Make the schedule() call from the CYCLIC framework a uthread scheduling point too. This makes sense since schedule() is called from a lot of places where uthread_schedule() needs to be called. Signed-off-by: Jerome Forissier --- common/cyclic.c | 3 +++ include/u-boot/schedule.h | 3 ++