From 5d30abd488109fafecdfb3119449aefa5dd685b2 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Mon, 22 Aug 2011 17:33:44 -0500 Subject: Add environment var to remove debug messages. - Add printkd function. - Create HOSTBOOT_DEBUG env var for printk. - Update trace interfaces to utilize HOSTBOOT_DEBUG. - Fix compile errors due to unused variables. Change-Id: Ib18c3ecd51ca333e0118949bf35476e9c5aa46a7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/273 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/include/algorithm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/include/algorithm') diff --git a/src/include/algorithm b/src/include/algorithm index 17c9380a3..32dd9e6a6 100644 --- a/src/include/algorithm +++ b/src/include/algorithm @@ -1,3 +1,25 @@ +// IBM_PROLOG_BEGIN_TAG +// This is an automatically generated prolog. +// +// $Source: src/include/algorithm $ +// +// IBM CONFIDENTIAL +// +// COPYRIGHT International Business Machines Corp. 2011 +// +// p1 +// +// Object Code Only (OCO) source materials +// Licensed Internal Code Source Materials +// IBM HostBoot Licensed Internal Code +// +// The source code for this program is not published or other- +// wise divested of its trade secrets, irrespective of what has +// been deposited with the U.S. Copyright Office. +// +// Origin: 30 +// +// IBM_PROLOG_END #ifndef ALGORITHM #define ALGORITHM -- cgit v1.2.3