acpi: Clean up acdragonfly.h a bit.
authorSascha Wildner <saw@online.de>
Tue, 11 Feb 2014 17:24:12 +0000 (18:24 +0100)
committerSascha Wildner <saw@online.de>
Tue, 11 Feb 2014 17:37:11 +0000 (18:37 +0100)
commit09b1df73a086933edba2fd8977b8e745edc16245
treee6ef24af378548543b19a41f5ce12ad51f6c279f
parent1e97a4bad239dba83674eeed8cff82262e18c7c7
acpi: Clean up acdragonfly.h a bit.

* Add ACPI_USE_DO_WHILE_0 to enclose (debug) macros in a do {} while (0)
  loop per our style(9).

* Remove unused __cli() and __sti().

* Shuffle things around a bit to reduce #ifdef _KERNEL ... sections.
sys/dev/acpica/acdragonfly.h