Damien Zammit, le sam. 04 févr. 2023 01:32:02 +0000, a ecrit: > On 4/2/23 12:27, Almudena Garcia wrote: > > But, added to interrupt stacks, the APs needs their own stacks once these > > are running, to store data of the process which are executing. > > I thought this kind of stack is dynamically allocated by the thread manager > (?)
There is one stack per thread, yes. At worse CPUs will execute their idle thread, which has its own stack too. These are created from start_kernel_threads. Samuel