summaryrefslogtreecommitdiffstats
path: root/src/include/arch/ppc.H
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2013-10-28 10:26:46 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-31 16:11:32 -0500
commit2737de709eae85817841027506b4e18f9e620025 (patch)
tree514b5fb0b3a13099dc80bbd8ba08580f82879275 /src/include/arch/ppc.H
parent665dc1aff603fee08413c24deef941d5d43d35f5 (diff)
downloadtalos-hostboot-2737de709eae85817841027506b4e18f9e620025.tar.gz
talos-hostboot-2737de709eae85817841027506b4e18f9e620025.zip
Fixed performance issues in SIMICS IPL
Change-Id: Iccce5b641d0e2dc414bacc143a6b3e186f4e49ab CQ: SW224728 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6960 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/arch/ppc.H')
-rw-r--r--src/include/arch/ppc.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/arch/ppc.H b/src/include/arch/ppc.H
index 46c78d754..cb21f5b24 100644
--- a/src/include/arch/ppc.H
+++ b/src/include/arch/ppc.H
@@ -395,6 +395,7 @@ enum
MAGIC_RANDOM = 7008, // generate random number
MAGIC_MEMORYLEAK_FUNCTION = 7009, // A memory was function called.
MAGIC_FAKEPAYLOAD_ENTER = 7010, // Entered the fake payload.
+ MAGIC_SIMICS_CHECK = 7011, // Check if system is running on simics
MAGIC_CONTINUOUS_TRACE = 7055, // extract mixed trace buffer
};
OpenPOWER on IntegriCloud