bus: Drop a couple of unused IVAR indices

This changes the in-kernel ABI, but that is permitted across major
versions and is cleaner than leaving these around forever.

Differential Revision:	https://reviews.freebsd.org/D54160
This commit is contained in:
John Baldwin
2026-02-17 15:45:38 -05:00
parent e3d2108a6e
commit 824ce81f74
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -111,7 +111,6 @@ MALLOC_DECLARE(M_GIC_V3);
/* ivars */
enum {
GICV3_IVAR_NIRQS = BUS_IVARS_GICV3,
_GICV3_IVAR_REDIST_VADDR, /* unused */
GICV3_IVAR_REDIST,
GICV3_IVAR_FLAGS,
};
-1
View File
@@ -279,7 +279,6 @@ extern int acpi_override_isa_irq_polarity;
*/
enum {
ACPI_IVAR_HANDLE = BUS_IVARS_ACPI,
ACPI_IVAR_UNUSED, /* Unused/reserved. */
ACPI_IVAR_PRIVATE,
ACPI_IVAR_FLAGS,
ACPI_IVAR_DOMAIN