|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v4 14/25] xen/riscv: introduce aia_init() and aia_usable()
On 6/26/26 5:46 PM, Oleksii Kurochko wrote: diff --git a/xen/arch/riscv/include/asm/aia.h b/xen/arch/riscv/include/asm/aia.h new file mode 100644 index 000000000000..ca42c3086126 --- /dev/null +++ b/xen/arch/riscv/include/asm/aia.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef ASM__RISCV__AIA_H +#define ASM__RISCV__AIA_H + +bool aia_usable(void); + +void aia_init(void); + +#endif /* ASM__RISCV__ACPI_H */ I just noticed that it should be s/ASM__RISCV__ACPI_H/ASM__RISCV__AIA_H.I would be happy if it could be done during commit. I am also okay to fix that during the next version of this patch series. ~ Oleksii
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |