|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v4 17/25] xen/riscv: rename enum intc_version to intc_variant
Rename the enum to intc_variant and the structure member from hw_version
to hw_variant to better reflect that these values select between
different controller variants, not versions of the same one.
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
---
Changes in v4:
- New patch. Prereq for the next patch.
---
---
xen/arch/riscv/aplic.c | 2 +-
xen/arch/riscv/include/asm/intc.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/xen/arch/riscv/aplic.c b/xen/arch/riscv/aplic.c
index def15f792d62..126d56fb7ea8 100644
--- a/xen/arch/riscv/aplic.c
+++ b/xen/arch/riscv/aplic.c
@@ -35,7 +35,7 @@ static struct aplic_priv aplic = {
};
static struct intc_info __ro_after_init aplic_info = {
- .hw_version = INTC_APLIC,
+ .hw_variant = INTC_APLIC,
};
static void __init aplic_init_hw_interrupts(void)
diff --git a/xen/arch/riscv/include/asm/intc.h
b/xen/arch/riscv/include/asm/intc.h
index 46a0073c2d59..f7d42aa9fc40 100644
--- a/xen/arch/riscv/include/asm/intc.h
+++ b/xen/arch/riscv/include/asm/intc.h
@@ -8,7 +8,7 @@
#ifndef ASM__RISCV__INTERRUPT_CONTOLLER_H
#define ASM__RISCV__INTERRUPT_CONTOLLER_H
-enum intc_version {
+enum intc_variant {
INTC_APLIC,
};
@@ -18,7 +18,7 @@ struct kernel_info;
struct vcpu;
struct intc_info {
- enum intc_version hw_version;
+ enum intc_variant hw_variant;
const struct dt_device_node *node;
/* number of irqs */
--
2.54.0
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |