summaryrefslogtreecommitdiffstats
path: root/import/hwpf
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2016-03-03 19:44:46 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2016-04-14 11:23:09 -0400
commit609adc1ccf032597c3c5c867161f718bb1bd5b58 (patch)
treeeda647ba0b1c2cb43a3a0538f91a93b7fa03de66 /import/hwpf
parent2b70786ef5419bf3bb88aff2e1a37884e02f579e (diff)
downloadtalos-sbe-609adc1ccf032597c3c5c867161f718bb1bd5b58.tar.gz
talos-sbe-609adc1ccf032597c3c5c867161f718bb1bd5b58.zip
reorder data in VPDInfo to get rid of -Wreorder warning
Change-Id: I0df51db1c6d13bc8bc35269fbd81caf81b65f884 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21687 Tested-by: Jenkins Server Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.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/22179 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/hwpf')
-rw-r--r--import/hwpf/fapi2/include/plat/plat_vpd_access.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/import/hwpf/fapi2/include/plat/plat_vpd_access.H b/import/hwpf/fapi2/include/plat/plat_vpd_access.H
index f7ca470d..69e7b2e4 100644
--- a/import/hwpf/fapi2/include/plat/plat_vpd_access.H
+++ b/import/hwpf/fapi2/include/plat/plat_vpd_access.H
@@ -42,15 +42,15 @@ class VPDInfo<TARGET_TYPE_MCS>
iv_rank_count_dimm_1(0), iv_dimm_drop_per_port(0)
{};
+ // type of vpd field to return
+ fapi2::MemVpdData_t iv_vpd_type;
+
// size of the vpd data
size_t iv_size;
uint64_t iv_freq;
uint64_t iv_rank_count_dimm_0;
uint64_t iv_rank_count_dimm_1;
uint64_t iv_dimm_drop_per_port;
-
- // type of vpd field to return
- fapi2::MemVpdData_t iv_vpd_type;
};
};
OpenPOWER on IntegriCloud