Deleted Added
full compact
utdebug.c (126372) utdebug.c (151600)
1/******************************************************************************
2 *
3 * Module Name: utdebug - Debug print routines
4 * $Revision: 111 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

--- 102 unchanged lines hidden (view full) ---

111 * United States government or any agency thereof requires an export license,
112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117#define __UTDEBUG_C__
118
1/******************************************************************************
2 *
3 * Module Name: utdebug - Debug print routines
4 * $Revision: 111 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

--- 102 unchanged lines hidden (view full) ---

111 * United States government or any agency thereof requires an export license,
112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117#define __UTDEBUG_C__
118
119#include "acpi.h"
119#include <contrib/dev/acpica/acpi.h>
120
121#define _COMPONENT ACPI_UTILITIES
122 ACPI_MODULE_NAME ("utdebug")
123
124
125#ifdef ACPI_DEBUG_OUTPUT
126
127static UINT32 AcpiGbl_PrevThreadId = 0xFFFFFFFF;

--- 583 unchanged lines hidden ---
120
121#define _COMPONENT ACPI_UTILITIES
122 ACPI_MODULE_NAME ("utdebug")
123
124
125#ifdef ACPI_DEBUG_OUTPUT
126
127static UINT32 AcpiGbl_PrevThreadId = 0xFFFFFFFF;

--- 583 unchanged lines hidden ---