]> Git Repo - J-u-boot.git/commitdiff
riscv: global_data.h: Correct the comment for PLICSW
authorYu Chien Peter Lin <[email protected]>
Mon, 6 Feb 2023 02:06:29 +0000 (10:06 +0800)
committerLeo Yu-Chi Liang <[email protected]>
Fri, 17 Feb 2023 11:07:48 +0000 (19:07 +0800)
PLIC is used for external interrupt, while PLICSW is an Andes-specific
design for software interrupt.

Signed-off-by: Yu Chien Peter Lin <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
arch/riscv/include/asm/global_data.h

index 6fdc86dd8b1d13c546ba4ee272bd46a72715733c..31ba72693d7c8e3f719680dbcf99f15bca478dde 100644 (file)
@@ -22,7 +22,7 @@ struct arch_global_data {
        void __iomem *clint;    /* clint base address */
 #endif
 #ifdef CONFIG_ANDES_PLICSW
-       void __iomem *plicsw;   /* plic base address */
+       void __iomem *plicsw;   /* andes plicsw base address */
 #endif
 #if CONFIG_IS_ENABLED(SMP)
        struct ipi_data ipi[CONFIG_NR_CPUS];
This page took 0.030354 seconds and 4 git commands to generate.