aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2021-10-03 11:22:07 +1000
committerVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-10-19 12:08:19 +0530
commit98815f21e9f4724fca39371ddfc7deb027edd013 (patch)
treef23d17d601c6c1cca8428cf5363475ea6000dd22 /include
parentf9a40dea2bd7bc44440f9c0c5e8c90c3fd7559eb (diff)
downloadskiboot-98815f21e9f4724fca39371ddfc7deb027edd013.zip
skiboot-98815f21e9f4724fca39371ddfc7deb027edd013.tar.gz
skiboot-98815f21e9f4724fca39371ddfc7deb027edd013.tar.bz2
phb4: annotate tbl_pest with endian types
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/phb4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/phb4.h b/include/phb4.h
index 4f1fb31..29864d2 100644
--- a/include/phb4.h
+++ b/include/phb4.h
@@ -186,7 +186,7 @@ struct phb4 {
__be16 *tbl_rtt;
uint8_t *tbl_peltv;
uint64_t tbl_peltv_size;
- uint64_t tbl_pest;
+ __be64 *tbl_pest;
uint64_t tbl_pest_size;
bool skip_perst; /* Skip first perst */