git: kernel/acpica: Restrict 'options ACPI_DEBUG' to printing debug output.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Nov 13 12:06:07 PST 2014
commit fe3013ebf55edd20d57e7e806c445a5a5e2e7b11
Author: Sascha Wildner <saw at online.de>
Date: Thu Nov 13 20:58:18 2014 +0100
kernel/acpica: Restrict 'options ACPI_DEBUG' to printing debug output.
For now, stop compiling the debugger/disassembler into the kernel when
ACPI_DEBUG is in the config. It seems they are really only meant for
userland and getting them to compile for the kernel isn't easily
possible with newer ACPI releases (starting with 20140926).
Also, our ACPI module build wasn't set up properly for calling them
from DDB anyway.
The code is just commented out and it might all get fixed at a later
point in time.
Summary of changes:
sys/conf/files | 48 +++++++++++-----------
.../acpica/source/include/platform/acdragonfly.h | 4 +-
sys/dev/acpica/Makefile | 10 ++---
sys/dev/acpica/Osd/OsdDebug.c | 2 +
sys/dev/acpica/acpivar.h | 2 +
5 files changed, 36 insertions(+), 30 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fe3013ebf55edd20d57e7e806c445a5a5e2e7b11
--
DragonFly BSD source repository
More information about the Commits
mailing list