NetBSD/sys/arch/x86/acpi
ad 570e015d07 - Recalibrate the APIC timer using the TSC, once the TSC has in turn been
recalibrated using the HPET.  This gets the clock interrupt firing more
  closely to HZ.

- Undo change with recent Xen merge and go back to starting the clocks in
  initclocks() on the boot CPU, and in cpu_hatch() on secondary CPUs.

- On reflection don't use HPET delay any more, it works very well but means
  going over the bus.  It's enough to use HPET to calibrate the TSC and
  APIC.

Tested on amd64 native, xen and xen PVH.
2020-05-21 21:12:30 +00:00
..
Makefile.wakecode.inc
acpi_cpu_md.c PR kern/55080: current does not boot 2020-03-19 19:55:34 +00:00
acpi_machdep.c Introduce Xen PVH support in GENERIC. 2020-05-02 16:44:34 +00:00
acpi_pdc.c
acpi_wakeup.c - Recalibrate the APIC timer using the TSC, once the TSC has in turn been 2020-05-21 21:12:30 +00:00
genwakecode.sh