HomeFreeBSD

Fix the acpi idle support on i386 which was broken by r312910.

Description

Fix the acpi idle support on i386 which was broken by r312910.

The ifdefs were '#if !defined(i386) || !defined(PC98)' previously,
so cpu_idle_acpi was enabled both i386 and amd64 except PC98.

I was obfuscated by '#if !defined(i386)' condition.

Submitted by: bde
Reported by: bde

Details

Provenance
nyanAuthored on
Parents
rS314300: Use resid field of CTIO to detect under/overruns.
Branches
Unknown
Tags
Unknown