Re: [PATCH gnumach] smp: Set processor set to non-empty when adding a processor

2024-02-12 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le lun. 12 févr. 2024 05:38:24 +, a ecrit: > This allows the slave_pset to be used for actual tasks > with the processor_set RPCs. > --- > kern/processor.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/kern/processor.c b/kern/processor.c > index f06

[PATCH gnumach] smp: Set processor set to non-empty when adding a processor

2024-02-11 Thread Damien Zammit
This allows the slave_pset to be used for actual tasks with the processor_set RPCs. --- kern/processor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kern/processor.c b/kern/processor.c index f06b5d62..71bbb757 100644 --- a/kern/processor.c +++ b/kern/processor.c @@ -245,6 +245,7 @@ void ps