Re: [PATCH gnumach] mp_desc: Add assert for AP having non-zero cpu number

2024-12-07 Thread Samuel Thibault
Applied, thanks! Damien Zammit via Bug reports for the GNU Hurd, le sam. 07 déc. 2024 10:12:34 +, a ecrit: > Non-master processors cannot have cpu_number() == 0. > The synchronisation fails hard if the cpu number is wrong. > Alert the condition if this is the case. > > (On AMD fam15h, this a

[PATCH gnumach] mp_desc: Add assert for AP having non-zero cpu number

2024-12-07 Thread Damien Zammit via Bug reports for the GNU Hurd
Non-master processors cannot have cpu_number() == 0. The synchronisation fails hard if the cpu number is wrong. Alert the condition if this is the case. (On AMD fam15h, this assert currently fails, but I haven't been able to boot it with smp yet either). --- i386/i386/mp_desc.c | 3 +++ 1 file c