Re: [PATCH 4/5 gnumach] smp: Make sure BSP is cpu 0 when starting other cpus

2024-12-10 Thread Samuel Thibault
Applied, thanks! Damien Zammit via Bug reports for the GNU Hurd, le mar. 10 déc. 2024 07:30:04 +, a ecrit: > This is basically a no-op but ensures we are doing smp > bringup correctly. > > --- > i386/i386/mp_desc.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a

[PATCH 4/5 gnumach] smp: Make sure BSP is cpu 0 when starting other cpus

2024-12-09 Thread Damien Zammit via Bug reports for the GNU Hurd
This is basically a no-op but ensures we are doing smp bringup correctly. --- i386/i386/mp_desc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i386/i386/mp_desc.c b/i386/i386/mp_desc.c index 7595eb1e..295fccc7 100644 --- a/i386/i386/mp_desc.c +++ b/i386/i386/mp_desc.c @@