arm gicv3: Use private IVAR range for GICV3 IVARs
Suggested by: andrew Differential Revision: https://reviews.freebsd.org/D54191
This commit is contained in:
@@ -110,7 +110,7 @@ MALLOC_DECLARE(M_GIC_V3);
|
||||
|
||||
/* ivars */
|
||||
enum {
|
||||
GICV3_IVAR_NIRQS = BUS_IVARS_GICV3,
|
||||
GICV3_IVAR_NIRQS = BUS_IVARS_PRIVATE,
|
||||
GICV3_IVAR_REDIST,
|
||||
GICV3_IVAR_FLAGS,
|
||||
};
|
||||
|
||||
@@ -309,7 +309,6 @@ enum intr_polarity {
|
||||
#define BUS_IVARS_PRIVATE 0x0 /* private variables */
|
||||
#define BUS_IVARS_ACPI 0x100
|
||||
#define BUS_IVARS_GIC 500
|
||||
#define BUS_IVARS_GICV3 1000
|
||||
#define BUS_IVARS_GPIOBUS 10500
|
||||
#define BUS_IVARS_SUPERIO 10600
|
||||
|
||||
|
||||
Reference in New Issue
Block a user