Skip to content

Commit

Permalink
Update p9_pstates_common.h to match hb/ekb
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aalugore authored and wilbryan committed May 24, 2017
1 parent bc34ad5 commit db667b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/p9_pstates_common.h
Expand Up @@ -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;


Expand All @@ -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;

Expand Down

0 comments on commit db667b9

Please sign in to comment.