[Skiboot] [PATCH v3 2/7] libpore: Build fix for p9_stop_api
Akshay Adiga
akshay.adiga at linux.vnet.ibm.com
Wed Aug 23 18:47:57 AEST 2017
Build fix for "declaration-after-statement".
Signed-off-by: Akshay Adiga <akshay.adiga at linux.vnet.ibm.com>
---
libpore/p9_stop_util.C | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libpore/p9_stop_util.C b/libpore/p9_stop_util.C
index 6fb8d67..c351b58 100644
--- a/libpore/p9_stop_util.C
+++ b/libpore/p9_stop_util.C
@@ -50,6 +50,7 @@ namespace stopImageSection
*/
static StopReturnCode_t isFusedMode( void* const i_pImage, bool* o_fusedMode )
{
+ uint64_t cpmrCheckWord;
StopReturnCode_t l_rc = STOP_SAVE_SUCCESS;
*o_fusedMode = false;
@@ -66,7 +67,7 @@ static StopReturnCode_t isFusedMode( void* const i_pImage, bool* o_fusedMode )
}
- uint64_t cpmrCheckWord = SWIZZLE_8_BYTE(pHomer->cpmrMagicWord);
+ cpmrCheckWord = SWIZZLE_8_BYTE(pHomer->cpmrMagicWord);
cpmrCheckWord = cpmrCheckWord >> 32;
if( CPMR_REGION_CHECK_WORD != cpmrCheckWord )
--
2.5.5
More information about the Skiboot
mailing list