aboutsummaryrefslogtreecommitdiff
path: root/include/phb3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phb3.h')
-rw-r--r--include/phb3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/phb3.h b/include/phb3.h
index c8a605f..447e667 100644
--- a/include/phb3.h
+++ b/include/phb3.h
@@ -122,6 +122,7 @@
/* RBA Table : 256 bytes - Reject Bit Array
*
* 2048 interrupts, 1 bit each, indiates the reject state of interrupts
+ * Not used (Murano / Venice DD1 only)
*/
#define RBA_TABLE_SIZE 0x100
@@ -217,7 +218,6 @@ struct phb3 {
uint64_t tbl_peltv;
uint64_t tbl_pest;
uint64_t tbl_ivt;
- uint64_t tbl_rba;
bool skip_perst; /* Skip first perst */
bool has_link;