CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/26 20:00:36
Modified files:
sys/dev/acpi : dsdt.c
Log message:
Fix #ifdef DDB/#ifdef SMALL_KERNEL uses so all four combinations
(DDB/SMALL_KERNEL, DDB/!SMALL_KERNEL, !DDB/!SMALL_KERNEL,
!DDB/SMALL_KERNEL) can compile. A DDB bsd.rd is thus possible again.
Correction to my original diff from miod@
"If it compiles, commit" deraadt@
