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