summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/pk_app_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/sbefw/pk_app_cfg.h')
-rw-r--r--sbe/sbefw/pk_app_cfg.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/sbe/sbefw/pk_app_cfg.h b/sbe/sbefw/pk_app_cfg.h
index 36f8b775..a7489ab8 100644
--- a/sbe/sbefw/pk_app_cfg.h
+++ b/sbe/sbefw/pk_app_cfg.h
@@ -1,3 +1,27 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: sbe/sbefw/pk_app_cfg.h $ */
+/* */
+/* OpenPOWER sbe Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* Licensed under the Apache License, Version 2.0 (the "License"); */
+/* you may not use this file except in compliance with the License. */
+/* You may obtain a copy of the License at */
+/* */
+/* http://www.apache.org/licenses/LICENSE-2.0 */
+/* */
+/* Unless required by applicable law or agreed to in writing, software */
+/* distributed under the License is distributed on an "AS IS" BASIS, */
+/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
+/* implied. See the License for the specific language governing */
+/* permissions and limitations under the License. */
+/* */
+/* IBM_PROLOG_END_TAG */
/*
* @file: ppe/sbe/sbefw/pk_app_cfg.h
*
@@ -107,4 +131,9 @@
*/
#define PK_TRACE_TIMER_OUTPUT 0
+#ifdef PPE42_MACHINE_CHECK_HANDLER
+#undef PPE42_MACHINE_CHECK_HANDLER
+#endif
+#define PPE42_MACHINE_CHECK_HANDLER SBE_MACHINE_CHECK_HANDLER
+
#endif /*__PK_APP_CFG_H__*/
OpenPOWER on IntegriCloud