[SeaBIOS] Re: [PATCH] stacks: call check_irqs() in run_thread()

2021-05-26 Thread Volker RĂ¼melin
Am 26.05.21 um 15:55 schrieb Kevin O'Connor: diff --git a/src/stacks.c b/src/stacks.c index 2fe1bfb..641b13f 100644 --- a/src/stacks.c +++ b/src/stacks.c @@ -549,7 +549,10 @@ __end_thread(struct thread_info *old) dprintf(1, "All threads complete.\n"); } -// Create a new thread and

[SeaBIOS] Re: [PATCH] stacks: call check_irqs() in run_thread()

2021-05-26 Thread Kevin O'Connor
On Sun, May 23, 2021 at 09:07:46AM +0200, Volker RĂ¼melin wrote: > The comment above the yield() function suggests that yield() > allows interrupts for a short time. But yield() only briefly > enables interrupts if SeaBIOS was built without CONFIG_THREADS > or if yield() is called from the main thre