mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 08:59:33 +00:00
riscv: global_data.h: Correct the comment for PLICSW
PLIC is used for external interrupt, while PLICSW is an Andes-specific design for software interrupt. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com> Reviewed-by: Rick Chen <rick@andestech.com>
This commit is contained in:
parent
faac9dee8e
commit
daf1312b07
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ struct arch_global_data {
|
||||||
void __iomem *clint; /* clint base address */
|
void __iomem *clint; /* clint base address */
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_ANDES_PLICSW
|
#ifdef CONFIG_ANDES_PLICSW
|
||||||
void __iomem *plicsw; /* plic base address */
|
void __iomem *plicsw; /* andes plicsw base address */
|
||||||
#endif
|
#endif
|
||||||
#if CONFIG_IS_ENABLED(SMP)
|
#if CONFIG_IS_ENABLED(SMP)
|
||||||
struct ipi_data ipi[CONFIG_NR_CPUS];
|
struct ipi_data ipi[CONFIG_NR_CPUS];
|
||||||
|
|
Loading…
Reference in a new issue