Re: [PATCH 6/6 gnumach] i386/apic: Fix condition on non-BSP

2024-12-10 Thread Sergey Bugaev
On Tue, Dec 10, 2024 at 12:40 AM Samuel Thibault wrote: > Applied, thanks! FWIW, I noticed that the last few commits from Damien have "Damien Zammit via Bug reports for the GNU Hurd " listed as the Git commit author. Sergey

Re: [PATCH 6/6 gnumach] i386/apic: Fix condition on non-BSP

2024-12-09 Thread Samuel Thibault
Applied, thanks! Damien Zammit via Bug reports for the GNU Hurd, le lun. 09 déc. 2024 12:18:02 +, a ecrit: > The condition was intended for non-BSP processors to > disable timer, but apic_id != 0 means it could affect BSP > if its apic id is non-zero. Fixes this bug. > > --- > i386/i386/ap