From be08d360a065edc4bd0050a5ada8bee23da01635 Mon Sep 17 00:00:00 2001 From: Prasad Bg Ranganath Date: Mon, 3 Jul 2017 12:30:01 -0500 Subject: PSTATE_PARAMETER_BLOCK structure alignment and error handling - Add VDM EC attribute to generally disable VDMs on Nimbus DD1 Change-Id: I7743bbff9c8f975074068d760373b8b9b8294d32 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42714 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Adam S. Hale Reviewed-by: Gregory S. Still Reviewed-by: Jennifer A. Stofer --- import/chips/p9/procedures/hwp/lib/p9_pstates_pgpe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import/chips/p9/procedures/hwp/lib/p9_pstates_pgpe.h b/import/chips/p9/procedures/hwp/lib/p9_pstates_pgpe.h index e0600078..30cfbaca 100644 --- a/import/chips/p9/procedures/hwp/lib/p9_pstates_pgpe.h +++ b/import/chips/p9/procedures/hwp/lib/p9_pstates_pgpe.h @@ -283,7 +283,7 @@ typedef struct // @todo DPLL Droop Settings. These need communication to SGPE for STOP -} GlobalPstateParmBlock; +} __attribute__((packed, aligned(1024))) GlobalPstateParmBlock; #ifdef __cplusplus -- cgit v1.2.3