summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2017-05-23 16:04:40 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-05-24 14:51:26 -0400
commitdb667b93088256b68be900d9c0b91d2a2ca54637 (patch)
treed9cb10aa3b148a0f6b412deba1c356e01b102077 /src
parentbc34ad5806549a7a20079745b2b1f8ef439ade0c (diff)
downloadtalos-occ-db667b93088256b68be900d9c0b91d2a2ca54637.tar.gz
talos-occ-db667b93088256b68be900d9c0b91d2a2ca54637.zip
Update p9_pstates_common.h to match hb/ekb
Change-Id: I295a268281c6815289a3adbe4f03f0c23f2992ee Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40882 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sheldon R. Bailey <baileysh@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/include/p9_pstates_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/p9_pstates_common.h b/src/include/p9_pstates_common.h
index d776534..0cd9580 100644
--- a/src/include/p9_pstates_common.h
+++ b/src/include/p9_pstates_common.h
@@ -418,7 +418,7 @@ typedef struct __attribute__((__packed__)) WofTablesHeader
typedef struct __attribute__((__packed__)) HomerSysVFRTLayout
{
VFRTHeaderLayout_t vfrtHeader;
- uint8_t vfrt_data[VFRT_VRATIO_SIZE][VFRT_FRATIO_SIZE];
+ uint8_t vfrt_data[VFRT_FRATIO_SIZE][VFRT_VRATIO_SIZE];
} HomerSysVFRTLayout_t;
@@ -427,7 +427,7 @@ typedef struct __attribute__((__packed__)) HomerSysVFRTLayout
typedef struct __attribute__((__packed__)) HomerVFRTLayout
{
VFRTHeaderLayout_t vfrtHeader;
- uint8_t vfrt_data[VFRT_VRATIO_SIZE][VFRT_FRATIO_SIZE];
+ uint8_t vfrt_data[VFRT_FRATIO_SIZE][VFRT_VRATIO_SIZE];
uint8_t padding[128];
} HomerVFRTLayout_t;
OpenPOWER on IntegriCloud