summaryrefslogtreecommitdiffstats
path: root/src/include/arch/ppc.H
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2012-08-22 17:18:45 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-09-07 10:13:22 -0500
commit8fdce540fed17630af2fe1412c963167e0a63a9c (patch)
treebaefefaf8a330b0fffead8f693cd96a356328413 /src/include/arch/ppc.H
parent4af5b97526d99ecb9e232b1933c804858a298876 (diff)
downloadtalos-hostboot-8fdce540fed17630af2fe1412c963167e0a63a9c.tar.gz
talos-hostboot-8fdce540fed17630af2fe1412c963167e0a63a9c.zip
Memory profiling tools.
Change-Id: I4a9cfc1f55c09ff6d02dce80889ac2e3150ab137 RTC: 44504 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1619 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> 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.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/arch/ppc.H b/src/include/arch/ppc.H
index 42ec52db4..cb1ff4fd5 100644
--- a/src/include/arch/ppc.H
+++ b/src/include/arch/ppc.H
@@ -365,8 +365,9 @@ enum
MAGIC_SHUTDOWN = 7006, // KernelMisc::shutdown() called.
MAGIC_BREAK = 7007, // hard-code a breakpoint
- MAGIC_CONTINUOUS_TRACE = 7055, // extract mixed trace buffer
MAGIC_RANDOM = 7008, // generate random number
+ MAGIC_MEMORYLEAK_FUNCTION = 7009, // A memory was function called.
+ MAGIC_CONTINUOUS_TRACE = 7055, // extract mixed trace buffer
};
OpenPOWER on IntegriCloud