summaryrefslogtreecommitdiffstats
path: root/import/hwpf/fapi2/include/error_info_defs.H
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2016-03-18 15:36:10 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-08-04 03:08:11 -0400
commit1c7d668c10595448ffce749514143e9ca94b5583 (patch)
treebdf34b01af64bf8d194b6bd714a38740515194d6 /import/hwpf/fapi2/include/error_info_defs.H
parent295690f13710b71c871ff09a411895dd88f9a9c7 (diff)
downloadtalos-sbe-1c7d668c10595448ffce749514143e9ca94b5583.tar.gz
talos-sbe-1c7d668c10595448ffce749514143e9ca94b5583.zip
fapi2: Update misc functions to honor platform value type.
Added associated ecmd release ver-14-4-4-ekbonly for testing Change-Id: I636527a82b60f1d842e2a5619471309cd901f7bf Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22258 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27053 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/hwpf/fapi2/include/error_info_defs.H')
-rw-r--r--import/hwpf/fapi2/include/error_info_defs.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/import/hwpf/fapi2/include/error_info_defs.H b/import/hwpf/fapi2/include/error_info_defs.H
index 1f2e57f6..d2f888d5 100644
--- a/import/hwpf/fapi2/include/error_info_defs.H
+++ b/import/hwpf/fapi2/include/error_info_defs.H
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2011,2015 */
+/* COPYRIGHT 2011,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -234,8 +234,8 @@ inline uint16_t getErrorInfoFfdcSize(const T*)
///
/// @brief Get FFDC Size specialization for fapi2::Target
///
-template<fapi2::TargetType T>
-inline uint16_t getErrorInfoFfdcSize(const fapi2::Target<T>&)
+template<fapi2::TargetType T, typename V>
+inline uint16_t getErrorInfoFfdcSize(const fapi2::Target<T, V>&)
{
return EI_FFDC_SIZE_TARGET;
}
OpenPOWER on IntegriCloud