diff options
Diffstat (limited to 'arch/riscv/include/asm/global_data.h')
| -rw-r--r-- | arch/riscv/include/asm/global_data.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/arch/riscv/include/asm/global_data.h b/arch/riscv/include/asm/global_data.h index b711fcc44d1..d3a0b1d2215 100644 --- a/arch/riscv/include/asm/global_data.h +++ b/arch/riscv/include/asm/global_data.h @@ -24,9 +24,6 @@ struct arch_global_data {  #ifdef CONFIG_ANDES_PLIC  	void __iomem *plic;	/* plic base address */  #endif -#ifdef CONFIG_ANDES_PLMT -	void __iomem *plmt;	/* plmt base address */ -#endif  #if CONFIG_IS_ENABLED(SMP)  	struct ipi_data ipi[CONFIG_NR_CPUS];  #endif | 
