Files
RedBear-OS/src
vasilito 00da984779 kernel: consume LPIT MWAIT hint in idle_loop via AcpiVerb::SetLpiHint
- acpi.rs: LPI_MWAIT_HINT/LPI_MWAIT_HINT_SET atomics + set/get
  accessors; AcpiVerb::SetLpiHint handler reads the 4-byte LE
  payload and stores the firmware-recommended MWAIT hint.
- interrupt/mod.rs idle_loop(): prefer the LPIT entry_trigger hint
  (set by acpid) for mwait_loop(); fall back to CPUID leaf-5 max
  substate when no LPIT hint is available (no LPIT table, or
  pre-acpid boot).

This is the full Modern Standby integration: the CPU now enters the
firmware-optimal deepest LPI state during s2idle, not merely the
CPUID-reported deepest state.
2026-07-22 22:07:02 +09:00
..
2026-04-08 19:40:41 +01:00
2026-04-23 16:33:15 +07:00
2026-04-26 15:37:40 +07:00
2026-03-03 14:51:32 +00:00
2026-07-11 08:33:17 +05:30
2026-03-10 05:58:26 +07:00