Re: [PATCH v2 gnumach] smp: Create AP processor set and put all APs inside it

2024-02-11 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le dim. 11 févr. 2024 12:00:57 +, a ecrit: > This has the effect of running with one cpu only with smp, > but has the ability to enable APs in userspace with the right > processor set RPCs. > --- > ddb/db_print.c | 10 +++--- > kern/machine.c | 13 +

[PATCH v2 gnumach] smp: Create AP processor set and put all APs inside it

2024-02-11 Thread Damien Zammit
This has the effect of running with one cpu only with smp, but has the ability to enable APs in userspace with the right processor set RPCs. --- ddb/db_print.c | 10 +++--- kern/machine.c | 13 + kern/processor.c | 3 +++ kern/processor.h | 3 +++ 4 files changed, 26 insertio