On Mon, Jul 29, 2024 at 07:52:25PM +0530, Sunil V L wrote: > Add a new function for RISC-V to do architecture specific initialization > similar to acpi_arm_init(). Some of the ACPI tables are architecture > specific and there is no reason trying to find them on other > architectures. Maybe mention the RISC-V function name as well as acpi_arm_init()? > +++ b/drivers/acpi/riscv/init.c > @@ -0,0 +1,12 @@ > +// SPDX-License-Identifier: GPL-2.0-only > +/* > + * Copyright (C) 2023-2024, Ventana Micro Systems Inc > + * Author: Sunil V L <sunilvl@xxxxxxxxxxxxxxxx> > + * Spurious blank line. > + */