K 10 svn:author V 4 nyan K 8 svn:date V 27 2017-02-26T13:25:56.712861Z K 7 svn:log V 290 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 END