Re: [PATCH v3 3/4 gnumach] smp: Use HPET instead of pit one-shot that is unreliable

2024-02-07 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le mer. 07 févr. 2024 05:02:19 +, a ecrit: > NB: Every x86 board that uses ACPI most likely has a HPET since 2005. > We can roll back to PIT in the cases where its not present, > but the PIT one shot code is definitely currently broken. > --- > i386/i386/smp.c

[PATCH v3 3/4 gnumach] smp: Use HPET instead of pit one-shot that is unreliable

2024-02-06 Thread Damien Zammit
NB: Every x86 board that uses ACPI most likely has a HPET since 2005. We can roll back to PIT in the cases where its not present, but the PIT one shot code is definitely currently broken. --- i386/i386/smp.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git