reduce number of <'s in FatalOp debug print, to not get mistaken with

CVS conflict marker
This commit is contained in:
jdolecek 2002-11-02 20:58:17 +00:00
parent bcfb5eee88
commit 9d0bfe1097

View File

@ -2,7 +2,7 @@
/****************************************************************************** /******************************************************************************
* *
* Module Name: exoparg3 - AML execution - opcodes with 3 arguments * Module Name: exoparg3 - AML execution - opcodes with 3 arguments
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
*****************************************************************************/ *****************************************************************************/
@ -117,7 +117,7 @@
*****************************************************************************/ *****************************************************************************/
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exoparg3.c,v 1.2 2002/06/15 01:52:19 thorpej Exp $"); __KERNEL_RCSID(0, "$NetBSD: exoparg3.c,v 1.3 2002/11/02 20:58:17 jdolecek Exp $");
#define __EXOPARG3_C__ #define __EXOPARG3_C__
@ -184,7 +184,7 @@ AcpiExOpcode_3A_0T_0R (
case AML_FATAL_OP: /* Fatal (FatalType FatalCode FatalArg) */ case AML_FATAL_OP: /* Fatal (FatalType FatalCode FatalArg) */
ACPI_DEBUG_PRINT ((ACPI_DB_INFO, ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
"FatalOp: Type %X Code %X Arg %X <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n", "FatalOp: Type %X Code %X Arg %X <<\n",
(UINT32) Operand[0]->Integer.Value, (UINT32) Operand[1]->Integer.Value, (UINT32) Operand[0]->Integer.Value, (UINT32) Operand[1]->Integer.Value,
(UINT32) Operand[2]->Integer.Value)); (UINT32) Operand[2]->Integer.Value));