On Thu, Aug 02, 2012 at 09:57:20PM +0300, Michael S. Tsirkin wrote:
acpi: fix build with new iasl compiler
iasl versions starting with 20120320 (git commit 7fd09d993580e22a096a1b21d2a356d89e702153) enable a preprocessor by default, which currently strips out comments from the input. Happily the next release, 20120420, includes an option to disable the preprocessor. Test and use this option when available.
Thanks - I committed your patch.
-Kevin