From f59f0e577d57e65b86d8d07c0a9e66c3510e61e6 Mon Sep 17 00:00:00 2001 From: Rahul Batra Date: Tue, 24 Jan 2017 21:03:52 -0600 Subject: PMLIB Prolog Fix Change-Id: I0c93b77ab253e0b9a9a1f085f8e00223c059d034 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35366 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert Reviewed-by: YUE DU Reviewed-by: Gregory S. Still --- import/chips/p9/common/pmlib/common/kernel.h | 5 ----- import/chips/p9/common/pmlib/common/memcpy.c | 7 ------- import/chips/p9/common/pmlib/common/memset.c | 7 ------- import/chips/p9/common/pmlib/common/string.c | 5 ----- import/chips/p9/common/pmlib/common/string.h | 8 -------- import/chips/p9/common/pmlib/include/cmehw_interrupts.h | 9 --------- import/chips/p9/common/pmlib/include/occhw_common.h | 5 ----- import/chips/p9/common/pmlib/include/occhw_interrupts.h | 5 ----- import/chips/p9/common/pmlib/include/occhw_irq_config.h | 5 ----- import/chips/p9/common/pmlib/occlib/ipc_api.h | 5 ----- import/chips/p9/common/pmlib/occlib/ipc_async_cmd.h | 5 ----- import/chips/p9/common/pmlib/occlib/ipc_core.c | 5 ----- import/chips/p9/common/pmlib/occlib/ipc_init.c | 5 ----- import/chips/p9/common/pmlib/occlib/ipc_macros.h | 5 ----- import/chips/p9/common/pmlib/occlib/ipc_msgq.c | 5 ----- import/chips/p9/common/pmlib/occlib/ipc_structs.h | 5 ----- import/chips/p9/common/pmlib/occlib/occhw_scom_cmd.h | 5 ----- import/chips/p9/common/pmlib/occlib/occhw_shared_data.h | 5 ----- import/chips/p9/common/pmlib/occlib/occhw_xir_dump.c | 5 ----- import/chips/p9/common/pmlib/occlib/occhw_xir_dump.h | 5 ----- import/chips/p9/common/pmlib/ppc405lib/assert.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/chip_config.h | 5 ----- import/chips/p9/common/pmlib/ppc405lib/ctype.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/ctype.h | 8 -------- import/chips/p9/common/pmlib/ppc405lib/ctype_table.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/errno.h | 8 -------- import/chips/p9/common/pmlib/ppc405lib/fgetc.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/libssx.h | 8 -------- import/chips/p9/common/pmlib/ppc405lib/polling.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/polling.h | 8 -------- import/chips/p9/common/pmlib/ppc405lib/printf.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/puts.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/simics_stdio.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/simics_stdio.h | 8 -------- import/chips/p9/common/pmlib/ppc405lib/simics_stdio_addresses.h | 8 -------- import/chips/p9/common/pmlib/ppc405lib/sprintf.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/ssx_dump.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/ssx_dump.h | 8 -------- import/chips/p9/common/pmlib/ppc405lib/ssx_io.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/ssx_io.h | 8 -------- import/chips/p9/common/pmlib/ppc405lib/stdlib.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/strcasecmp.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/strdup.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/string_stream.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/string_stream.h | 8 -------- import/chips/p9/common/pmlib/ppc405lib/strtox.c | 7 ------- import/chips/p9/common/pmlib/ppc405lib/strtox.h | 8 -------- import/chips/p9/common/pmlib/ppc405lib/time.c | 7 ------- 48 files changed, 315 deletions(-) diff --git a/import/chips/p9/common/pmlib/common/kernel.h b/import/chips/p9/common/pmlib/common/kernel.h index 3636f905..81dc0c74 100644 --- a/import/chips/p9/common/pmlib/common/kernel.h +++ b/import/chips/p9/common/pmlib/common/kernel.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __KERNEL_H__ #define __KERNEL_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file kernel.h /// \brief Kernel agnostic macros that allow the same code to work with diff --git a/import/chips/p9/common/pmlib/common/memcpy.c b/import/chips/p9/common/pmlib/common/memcpy.c index ed80d462..71a7cdc9 100644 --- a/import/chips/p9/common/pmlib/common/memcpy.c +++ b/import/chips/p9/common/pmlib/common/memcpy.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: memcpy.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/memcpy.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file memcpy.c /// \brief The memcpy() function diff --git a/import/chips/p9/common/pmlib/common/memset.c b/import/chips/p9/common/pmlib/common/memset.c index 3efe0d7c..b44c9242 100644 --- a/import/chips/p9/common/pmlib/common/memset.c +++ b/import/chips/p9/common/pmlib/common/memset.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: memset.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/memset.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file memset.c /// \brief The memset() function diff --git a/import/chips/p9/common/pmlib/common/string.c b/import/chips/p9/common/pmlib/common/string.c index 024721be..eb3cde5f 100644 --- a/import/chips/p9/common/pmlib/common/string.c +++ b/import/chips/p9/common/pmlib/common/string.c @@ -22,11 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file string.c /// \brief strlen(), strcmp() etc. functions diff --git a/import/chips/p9/common/pmlib/common/string.h b/import/chips/p9/common/pmlib/common/string.h index f043a45c..b082dbb8 100644 --- a/import/chips/p9/common/pmlib/common/string.h +++ b/import/chips/p9/common/pmlib/common/string.h @@ -25,14 +25,6 @@ #ifndef __STRING_H__ #define __STRING_H__ -// $Id: string.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/string.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file string.h /// \brief Replacement for /// diff --git a/import/chips/p9/common/pmlib/include/cmehw_interrupts.h b/import/chips/p9/common/pmlib/include/cmehw_interrupts.h index 53e008c5..9904eae3 100644 --- a/import/chips/p9/common/pmlib/include/cmehw_interrupts.h +++ b/import/chips/p9/common/pmlib/include/cmehw_interrupts.h @@ -24,15 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __CMEHW_INTERRUPTS_H__ #define __CMEHW_INTERRUPTS_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - -/// \file cmehw_interrupts.h -/// \brief Interrupt assignments and macros for the CME -/// //////////////////////////////////////////////////////////////////////////// diff --git a/import/chips/p9/common/pmlib/include/occhw_common.h b/import/chips/p9/common/pmlib/include/occhw_common.h index 907a4746..c2fb34f0 100644 --- a/import/chips/p9/common/pmlib/include/occhw_common.h +++ b/import/chips/p9/common/pmlib/include/occhw_common.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __OCCHW_COMMON_H__ #define __OCCHW_COMMON_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occhw_common.h /// \brief Common header for SSX and PMX versions of OCCHW diff --git a/import/chips/p9/common/pmlib/include/occhw_interrupts.h b/import/chips/p9/common/pmlib/include/occhw_interrupts.h index 8bc2c243..44226372 100644 --- a/import/chips/p9/common/pmlib/include/occhw_interrupts.h +++ b/import/chips/p9/common/pmlib/include/occhw_interrupts.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __OCCHW_INTERRUPTS_H__ #define __OCCHW_INTERRUPTS_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occ_interrupts.h /// \brief Interrupt assignments and macros for the OCC diff --git a/import/chips/p9/common/pmlib/include/occhw_irq_config.h b/import/chips/p9/common/pmlib/include/occhw_irq_config.h index f4f2f6d2..72625bd5 100644 --- a/import/chips/p9/common/pmlib/include/occhw_irq_config.h +++ b/import/chips/p9/common/pmlib/include/occhw_irq_config.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __OCCHW_IRQ_CONFIG_H__ #define __OCCHW_IRQ_CONFIG_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occhw_irq_config.h /// \brief Contains data and macros pertaining to external interrupt routing diff --git a/import/chips/p9/common/pmlib/occlib/ipc_api.h b/import/chips/p9/common/pmlib/occlib/ipc_api.h index e4826289..436f023f 100644 --- a/import/chips/p9/common/pmlib/occlib/ipc_api.h +++ b/import/chips/p9/common/pmlib/occlib/ipc_api.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __IPC_API_H__ #define __IPC_API_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_api.h /// \brief Common header for Interprocessor Communications API diff --git a/import/chips/p9/common/pmlib/occlib/ipc_async_cmd.h b/import/chips/p9/common/pmlib/occlib/ipc_async_cmd.h index 66fef001..7bc7a27d 100644 --- a/import/chips/p9/common/pmlib/occlib/ipc_async_cmd.h +++ b/import/chips/p9/common/pmlib/occlib/ipc_async_cmd.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __IPC_ASYNC_CMD_H__ #define __IPC_ASYNC_CMD_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_async_cmd.h /// \brief This header is shared between the 405 and GPE's that need to diff --git a/import/chips/p9/common/pmlib/occlib/ipc_core.c b/import/chips/p9/common/pmlib/occlib/ipc_core.c index 65a8625a..43521ac6 100644 --- a/import/chips/p9/common/pmlib/occlib/ipc_core.c +++ b/import/chips/p9/common/pmlib/occlib/ipc_core.c @@ -22,11 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_core.c /// \brief Implementation of core IPC (InterProcessor Communication) routines diff --git a/import/chips/p9/common/pmlib/occlib/ipc_init.c b/import/chips/p9/common/pmlib/occlib/ipc_init.c index ac274b24..ddefafb4 100644 --- a/import/chips/p9/common/pmlib/occlib/ipc_init.c +++ b/import/chips/p9/common/pmlib/occlib/ipc_init.c @@ -22,11 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_init.c /// \brief Implementation of IPC (InterProcessor Communication) routines for diff --git a/import/chips/p9/common/pmlib/occlib/ipc_macros.h b/import/chips/p9/common/pmlib/occlib/ipc_macros.h index aede6756..abfdcc8d 100644 --- a/import/chips/p9/common/pmlib/occlib/ipc_macros.h +++ b/import/chips/p9/common/pmlib/occlib/ipc_macros.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __IPC_MACROS_H__ #define __IPC_MACROS_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_macros.h /// \brief Contains macros related to the Interprocessor Communications (IPC) diff --git a/import/chips/p9/common/pmlib/occlib/ipc_msgq.c b/import/chips/p9/common/pmlib/occlib/ipc_msgq.c index 209b7d66..ceb4922f 100644 --- a/import/chips/p9/common/pmlib/occlib/ipc_msgq.c +++ b/import/chips/p9/common/pmlib/occlib/ipc_msgq.c @@ -22,11 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_msgq.c /// \brief Implementation of IPC (InterProcessor Communication) routines that diff --git a/import/chips/p9/common/pmlib/occlib/ipc_structs.h b/import/chips/p9/common/pmlib/occlib/ipc_structs.h index 0f6e0bc3..5a781e4b 100644 --- a/import/chips/p9/common/pmlib/occlib/ipc_structs.h +++ b/import/chips/p9/common/pmlib/occlib/ipc_structs.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __IPC_STRUCTS_H__ #define __IPC_STRUCTS_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_structs.h /// \brief Common header for Interprocessor Communication structures in the diff --git a/import/chips/p9/common/pmlib/occlib/occhw_scom_cmd.h b/import/chips/p9/common/pmlib/occlib/occhw_scom_cmd.h index fb22cf85..c72ed9aa 100644 --- a/import/chips/p9/common/pmlib/occlib/occhw_scom_cmd.h +++ b/import/chips/p9/common/pmlib/occlib/occhw_scom_cmd.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __OCCHW_SCOM_CMD_H__ #define __OCCHW_SCOM_CMD_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occhw_scom_cmd.h /// \brief Defines the shared scom command control block diff --git a/import/chips/p9/common/pmlib/occlib/occhw_shared_data.h b/import/chips/p9/common/pmlib/occlib/occhw_shared_data.h index a4281766..433f602d 100644 --- a/import/chips/p9/common/pmlib/occlib/occhw_shared_data.h +++ b/import/chips/p9/common/pmlib/occlib/occhw_shared_data.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __OCCHW_OSD_H__ #define __OCCHW_OSD_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occhw_osd.h /// \brief Common header for shared data within the OCC complex diff --git a/import/chips/p9/common/pmlib/occlib/occhw_xir_dump.c b/import/chips/p9/common/pmlib/occlib/occhw_xir_dump.c index f6d4ee02..1c63a0fe 100644 --- a/import/chips/p9/common/pmlib/occlib/occhw_xir_dump.c +++ b/import/chips/p9/common/pmlib/occlib/occhw_xir_dump.c @@ -22,11 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occhw_xir_dump.c /// \brief Implementation of the occhw_xir_dump function diff --git a/import/chips/p9/common/pmlib/occlib/occhw_xir_dump.h b/import/chips/p9/common/pmlib/occlib/occhw_xir_dump.h index 591fb14c..27ea805c 100644 --- a/import/chips/p9/common/pmlib/occlib/occhw_xir_dump.h +++ b/import/chips/p9/common/pmlib/occlib/occhw_xir_dump.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __OCCHW_XIR_DUMP_H__ #define __OCCHW_XIR_DUMP_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occhw_xir_dump.h /// \brief header for the occhw_xir_dump function diff --git a/import/chips/p9/common/pmlib/ppc405lib/assert.c b/import/chips/p9/common/pmlib/ppc405lib/assert.c index 5c7a587e..3c7b52df 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/assert.c +++ b/import/chips/p9/common/pmlib/ppc405lib/assert.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: assert.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/assert.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file assert.c /// \brief Implementation of library routines implied by diff --git a/import/chips/p9/common/pmlib/ppc405lib/chip_config.h b/import/chips/p9/common/pmlib/ppc405lib/chip_config.h index 54e498fa..f29023c8 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/chip_config.h +++ b/import/chips/p9/common/pmlib/ppc405lib/chip_config.h @@ -25,11 +25,6 @@ #ifndef __CHIP_CONFIG_H__ #define __CHIP_CONFIG_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file chip_config.h /// \brief Chip configuration data structures for OCC procedures diff --git a/import/chips/p9/common/pmlib/ppc405lib/ctype.c b/import/chips/p9/common/pmlib/ppc405lib/ctype.c index d570b49d..46e867fc 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/ctype.c +++ b/import/chips/p9/common/pmlib/ppc405lib/ctype.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: ctype.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ctype.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ctype.c /// \brief Replacement for functions diff --git a/import/chips/p9/common/pmlib/ppc405lib/ctype.h b/import/chips/p9/common/pmlib/ppc405lib/ctype.h index 0e3fbece..699fdd52 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/ctype.h +++ b/import/chips/p9/common/pmlib/ppc405lib/ctype.h @@ -25,14 +25,6 @@ #ifndef __CTYPE_H__ #define __CTYPE_H__ -// $Id: ctype.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ctype.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ctype.h /// \brief Replacement for /// diff --git a/import/chips/p9/common/pmlib/ppc405lib/ctype_table.c b/import/chips/p9/common/pmlib/ppc405lib/ctype_table.c index 9b407585..15bcbc15 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/ctype_table.c +++ b/import/chips/p9/common/pmlib/ppc405lib/ctype_table.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: ctype_table.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ctype_table.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ctype_table.c /// \brief Character table for functions. diff --git a/import/chips/p9/common/pmlib/ppc405lib/errno.h b/import/chips/p9/common/pmlib/ppc405lib/errno.h index 8a2303ee..9380ad1f 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/errno.h +++ b/import/chips/p9/common/pmlib/ppc405lib/errno.h @@ -25,14 +25,6 @@ #ifndef __ERRNO_H__ #define __ERRNO_H__ -// $Id: errno.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/errno.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file errno.h /// \brief Replacement for /// diff --git a/import/chips/p9/common/pmlib/ppc405lib/fgetc.c b/import/chips/p9/common/pmlib/ppc405lib/fgetc.c index a5f543a1..7a825cff 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/fgetc.c +++ b/import/chips/p9/common/pmlib/ppc405lib/fgetc.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: fgetc.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/fgetc.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file fgetc.c /// \brief Implementation of fgetc() and ungetc() diff --git a/import/chips/p9/common/pmlib/ppc405lib/libssx.h b/import/chips/p9/common/pmlib/ppc405lib/libssx.h index 3938c5f1..11bde990 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/libssx.h +++ b/import/chips/p9/common/pmlib/ppc405lib/libssx.h @@ -25,14 +25,6 @@ #ifndef __LIBSSX_H__ #define __LIBSSX_H__ -// $Id: libssx.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/libssx.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file libssx.h /// \brief Header definitions with no other obvious home diff --git a/import/chips/p9/common/pmlib/ppc405lib/polling.c b/import/chips/p9/common/pmlib/ppc405lib/polling.c index 283a784a..98757c17 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/polling.c +++ b/import/chips/p9/common/pmlib/ppc405lib/polling.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: polling.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/polling.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file polling.c /// \brief Library APIs for polling diff --git a/import/chips/p9/common/pmlib/ppc405lib/polling.h b/import/chips/p9/common/pmlib/ppc405lib/polling.h index 0cdb266c..42352466 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/polling.h +++ b/import/chips/p9/common/pmlib/ppc405lib/polling.h @@ -25,14 +25,6 @@ #ifndef __POLLING_H__ #define __POLLING_H__ -// $Id: polling.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/polling.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file polling.c /// \brief Library APIs for polling and busy-waiting diff --git a/import/chips/p9/common/pmlib/ppc405lib/printf.c b/import/chips/p9/common/pmlib/ppc405lib/printf.c index ea895de3..19b02b7f 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/printf.c +++ b/import/chips/p9/common/pmlib/ppc405lib/printf.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: printf.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/printf.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file printf.c /// \brief Clean-room implementation of printf() functions for SSX I/O diff --git a/import/chips/p9/common/pmlib/ppc405lib/puts.c b/import/chips/p9/common/pmlib/ppc405lib/puts.c index dc2214fa..55c00077 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/puts.c +++ b/import/chips/p9/common/pmlib/ppc405lib/puts.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: puts.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/puts.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file puts.c /// \brief Implementation of puts(), fputs(), putchar(), fputc() diff --git a/import/chips/p9/common/pmlib/ppc405lib/simics_stdio.c b/import/chips/p9/common/pmlib/ppc405lib/simics_stdio.c index 33678474..1dc78733 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/simics_stdio.c +++ b/import/chips/p9/common/pmlib/ppc405lib/simics_stdio.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: simics_stdio.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/simics_stdio.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file simics_stdio.c /// \brief SSX I/O drivers for Simics stdio streams diff --git a/import/chips/p9/common/pmlib/ppc405lib/simics_stdio.h b/import/chips/p9/common/pmlib/ppc405lib/simics_stdio.h index 9ab2b4bb..6d788c24 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/simics_stdio.h +++ b/import/chips/p9/common/pmlib/ppc405lib/simics_stdio.h @@ -25,14 +25,6 @@ #ifndef __SIMICS_STDIO_H__ #define __SIMICS_STDIO_H__ -// $Id: simics_stdio.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/simics_stdio.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file simics_stdio.h /// \brief SSX I/O implementations for Simics stdio streams diff --git a/import/chips/p9/common/pmlib/ppc405lib/simics_stdio_addresses.h b/import/chips/p9/common/pmlib/ppc405lib/simics_stdio_addresses.h index fe5daad3..3c2fb69b 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/simics_stdio_addresses.h +++ b/import/chips/p9/common/pmlib/ppc405lib/simics_stdio_addresses.h @@ -25,14 +25,6 @@ #ifndef __SIMICS_STDIO_ADDRESSES_H__ #define __SIMICS_STDIO_ADDRESSES_H__ -// $Id: simics_stdio_addresses.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/simics_stdio_addresses.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file simics_stdio_adresses.h /// \brief MMIO addresses and offsets of the Simics fake stdio model /// diff --git a/import/chips/p9/common/pmlib/ppc405lib/sprintf.c b/import/chips/p9/common/pmlib/ppc405lib/sprintf.c index 6011ad9c..9e3e23e1 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/sprintf.c +++ b/import/chips/p9/common/pmlib/ppc405lib/sprintf.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: sprintf.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/sprintf.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file sprintf.c \brief Implementations of sprintf() and snprintf() using /// StringStream. diff --git a/import/chips/p9/common/pmlib/ppc405lib/ssx_dump.c b/import/chips/p9/common/pmlib/ppc405lib/ssx_dump.c index bbd82e71..c09420e5 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/ssx_dump.c +++ b/import/chips/p9/common/pmlib/ppc405lib/ssx_dump.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: ssx_dump.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ssx_dump.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ssx_dump.c /// \brief Routines for dumping SSX kernel data structures diff --git a/import/chips/p9/common/pmlib/ppc405lib/ssx_dump.h b/import/chips/p9/common/pmlib/ppc405lib/ssx_dump.h index 2be84bae..ace67068 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/ssx_dump.h +++ b/import/chips/p9/common/pmlib/ppc405lib/ssx_dump.h @@ -25,14 +25,6 @@ #ifndef __SSX_DUMP_H__ #define __SSX_DUMP_H__ -// $Id: ssx_dump.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ssx_dump.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ssx_dump.h /// \brief Routines for dumping SSX kernel data structures diff --git a/import/chips/p9/common/pmlib/ppc405lib/ssx_io.c b/import/chips/p9/common/pmlib/ppc405lib/ssx_io.c index adf67770..e3f742d6 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/ssx_io.c +++ b/import/chips/p9/common/pmlib/ppc405lib/ssx_io.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: ssx_io.c,v 1.2 2014/02/03 01:30:25 daviddu Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ssx_io.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ssx_io.c /// \brief SSX analog-replacement for C \ and \ functions diff --git a/import/chips/p9/common/pmlib/ppc405lib/ssx_io.h b/import/chips/p9/common/pmlib/ppc405lib/ssx_io.h index c6ef55d8..8f68dd0d 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/ssx_io.h +++ b/import/chips/p9/common/pmlib/ppc405lib/ssx_io.h @@ -25,14 +25,6 @@ #ifndef __SSX_IO_H__ #define __SSX_IO_H__ -// $Id: ssx_io.h,v 1.2 2014/02/03 01:30:25 daviddu Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ssx_io.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ssx_io.h /// \brief SSX analog-replacement for C and functions diff --git a/import/chips/p9/common/pmlib/ppc405lib/stdlib.c b/import/chips/p9/common/pmlib/ppc405lib/stdlib.c index 3242cda4..57717488 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/stdlib.c +++ b/import/chips/p9/common/pmlib/ppc405lib/stdlib.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: stdlib.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/stdlib.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file stdlib.c /// \brief Functions from diff --git a/import/chips/p9/common/pmlib/ppc405lib/strcasecmp.c b/import/chips/p9/common/pmlib/ppc405lib/strcasecmp.c index 59c94183..a6306f2c 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/strcasecmp.c +++ b/import/chips/p9/common/pmlib/ppc405lib/strcasecmp.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: strcasecmp.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/strcasecmp.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file strcasecmp.c /// \brief Implementation of strcasecmp() and strncasecmp() diff --git a/import/chips/p9/common/pmlib/ppc405lib/strdup.c b/import/chips/p9/common/pmlib/ppc405lib/strdup.c index 996c7c99..bd8e1259 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/strdup.c +++ b/import/chips/p9/common/pmlib/ppc405lib/strdup.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: strdup.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/strdup.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file strdup.c /// \brief Functions from that require malloc() diff --git a/import/chips/p9/common/pmlib/ppc405lib/string_stream.c b/import/chips/p9/common/pmlib/ppc405lib/string_stream.c index 65557648..632b5e14 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/string_stream.c +++ b/import/chips/p9/common/pmlib/ppc405lib/string_stream.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: string_stream.c,v 1.2 2014/02/03 01:30:25 daviddu Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/string_stream.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file string_stream.c /// \brief Implementations of string streams. diff --git a/import/chips/p9/common/pmlib/ppc405lib/string_stream.h b/import/chips/p9/common/pmlib/ppc405lib/string_stream.h index 07658153..182940c3 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/string_stream.h +++ b/import/chips/p9/common/pmlib/ppc405lib/string_stream.h @@ -25,14 +25,6 @@ #ifndef __STRING_STREAM_H__ #define __STRING_STREAM_H__ -// $Id: string_stream.h,v 1.2 2014/02/03 01:30:25 daviddu Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/string_stream.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file string_stream.h /// \brief Implementations of string streams. diff --git a/import/chips/p9/common/pmlib/ppc405lib/strtox.c b/import/chips/p9/common/pmlib/ppc405lib/strtox.c index 507c913d..83b59ed5 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/strtox.c +++ b/import/chips/p9/common/pmlib/ppc405lib/strtox.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: strtox.c,v 1.2 2014/02/03 01:30:25 daviddu Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/strtox.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file strtox.c /// \brief Implementation of strtol(), strtoul(), strtoll() and strtoull() diff --git a/import/chips/p9/common/pmlib/ppc405lib/strtox.h b/import/chips/p9/common/pmlib/ppc405lib/strtox.h index fd154813..b4aa4559 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/strtox.h +++ b/import/chips/p9/common/pmlib/ppc405lib/strtox.h @@ -25,14 +25,6 @@ #ifndef __STRTOX_H__ #define __STRTOX_H__ -// $Id: strtox.h,v 1.2 2014/02/03 01:30:25 daviddu Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/strtox.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file strtox.h /// \brief Underlying and extended APIs that support strtoX macros /// diff --git a/import/chips/p9/common/pmlib/ppc405lib/time.c b/import/chips/p9/common/pmlib/ppc405lib/time.c index 4ff2cca3..5a5deb76 100644 --- a/import/chips/p9/common/pmlib/ppc405lib/time.c +++ b/import/chips/p9/common/pmlib/ppc405lib/time.c @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: time.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/time.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file time.c /// \brief Implementation of functions from -- cgit v1.2.1