[PATCH 0/2 gnumach] Optional HPET
Damien Zammit <[email protected]> Tue, 30 Jun 2026 10:54:25 +0000
| Newsgroups | gmane.os.hurd.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi, This makes the HPET an optional component by fixing the pit one-shot mode and replacing the hpet_udelay() function with pit_udelay() in smp critical sections. TESTED: Passes same CI stages as before Damien