FreeBSD/src d478779 (r332830)sys/dev/acpica acpi_cpu.c, sys/x86/x86 cpu_machdep.c

MFC r313447:
  Ensure the idle thread's loop services interrupts in a timely way when
  using the ACPI C1/mwait sleep method.

  Previously, the mwait instruction would return when an interrupt was
  pending; however, the idle loop did not actually enable interrupts when
  this occurred. This led to a situation where the idle loop could quickly
  spin through the C1/mwait sleep method a number of times when an interrupt
  was pending. (Eventually, the situation corrected itself when something
  other than an interrupt triggered the idle loop to either enable
  interrupts or schedule another thread.)

Sponsored by:   Netflix, Inc.
DeltaFile
+8-0sys/x86/x86/cpu_machdep.c
+3-0sys/dev/acpica/acpi_cpu.c
+11-02 files

UnifiedSplitRaw