From f4e49418fd0743ab0d143f0ab3c505baefe58bfa Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 21 Mar 2012 15:56:09 -0500 Subject: Initial memory diagnostics entry point support. This is a first take at the memory diagnostics entry point function; the function called by the istep dispatcher. Change-Id: Id99b05e13dd723cea574e993a3cfc6e298f475b8 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/784 Tested-by: Jenkins Server Reviewed-by: LARINA M. DSOUZA Reviewed-by: Zane Shelley Reviewed-by: A. Patrick Williams III --- src/include/usr/diag/mdia/mdia.H | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/include/usr') diff --git a/src/include/usr/diag/mdia/mdia.H b/src/include/usr/diag/mdia/mdia.H index 2cc587604..45543d524 100644 --- a/src/include/usr/diag/mdia/mdia.H +++ b/src/include/usr/diag/mdia/mdia.H @@ -24,6 +24,7 @@ #define __MDIA_MDIA_H #include +#include /** * @file mdia.H @@ -37,7 +38,10 @@ namespace MDIA /** * @brief runStep istep dispatcher entry point. * - * execute the memory diagnostics ipl step + * execute the memory diagnostics ipl step on a single mba + * or a list of mbas + * + * @param[in] i_targetList the targets on which to run diagnostics * * @return errlHndl_t. Error log handle. * @retval 0 no errors @@ -46,7 +50,7 @@ namespace MDIA * @pre memory ready to hold data, node free of attentions * @post memory tested and initialized, ready to hold data */ -errlHndl_t runStep(); +errlHndl_t runStep(const TARGETING::TargetHandleList & i_targetList); /** * @brief processEvent prd callback -- cgit v1.2.1