diff options
Diffstat (limited to 'source/include/platform/acdragonfly.h')
-rw-r--r-- | source/include/platform/acdragonfly.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/include/platform/acdragonfly.h b/source/include/platform/acdragonfly.h index 8fcc5125b3777..73a1867f75db4 100644 --- a/source/include/platform/acdragonfly.h +++ b/source/include/platform/acdragonfly.h @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2015, Intel Corp. + * Copyright (C) 2000 - 2016, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -75,14 +75,12 @@ #undef DEBUGGER_THREADING #endif /* DEBUGGER_THREADING */ #define DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED /* integrated with DDB */ -#if 0 /* XXX */ #include "opt_ddb.h" #ifdef DDB #define ACPI_DEBUGGER #endif /* DDB */ #define ACPI_DISASSEMBLER #endif -#endif #ifdef ACPI_DEBUG_CACHE #define ACPI_USE_ALTERNATE_PROTOTYPE_AcpiOsReleaseObject |