Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142593884
D54191.1769479859.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
626 B
Referenced Files
None
Subscribers
None
D54191.1769479859.diff
View Options
diff --git a/sys/arm64/arm64/gic_v3_var.h b/sys/arm64/arm64/gic_v3_var.h
--- a/sys/arm64/arm64/gic_v3_var.h
+++ b/sys/arm64/arm64/gic_v3_var.h
@@ -110,7 +110,7 @@
/* ivars */
enum {
- GICV3_IVAR_NIRQS = BUS_IVARS_GICV3,
+ GICV3_IVAR_NIRQS = BUS_IVARS_PRIVATE,
GICV3_IVAR_REDIST,
GICV3_IVAR_FLAGS,
};
diff --git a/sys/sys/bus.h b/sys/sys/bus.h
--- a/sys/sys/bus.h
+++ b/sys/sys/bus.h
@@ -309,7 +309,6 @@
#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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 27, 2:10 AM (18 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27837146
Default Alt Text
D54191.1769479859.diff (626 B)
Attached To
Mode
D54191: arm gicv3: Use private IVAR range for GICV3 IVARs
Attached
Detach File
Event Timeline
Log In to Comment