aboutsummaryrefslogtreecommitdiff
path: root/hw/phb4.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/phb4.c')
-rw-r--r--hw/phb4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/phb4.c b/hw/phb4.c
index d2fc274..de314b1 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -154,7 +154,7 @@ static inline bool is_phb5(void)
static inline bool phb_pq_disable(struct phb4 *p __unused)
{
if (is_phb5())
- return 1;
+ return xive2_cap_phb_pq_disable();
return false;
}
@@ -166,7 +166,7 @@ static inline bool phb_pq_disable(struct phb4 *p __unused)
static inline bool phb_abt_mode(struct phb4 *p __unused)
{
if (is_phb5())
- return 1;
+ return xive2_cap_phb_abt();
return false;
}