mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
e77b8dc02a
RISC-V has PLIC and APLIC in MADT as well as namespace devices. Initialize the list of those structures using MADT and namespace devices to create mapping between the ACPI handle and the GSI ranges. This will be used later to add dependencies. Signed-off-by: Sunil V L <sunilvl@ventanamicro.com> Tested-by: Björn Töpel <bjorn@rivosinc.com> Link: https://patch.msgid.link/20240812005929.113499-12-sunilvl@ventanamicro.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
5 lines
116 B
C
5 lines
116 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
#include <linux/init.h>
|
|
|
|
void __init riscv_acpi_init_gsi_mapping(void);
|