Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 4b40e9dd authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Palmer Dabbelt
Browse files

RISC-V: remove INTERRUPT_CAUSE_* defines from asm/irq.h



These are only of use to the local irq controller driver, so add them in
that driver implementation instead, which will be submitted soon.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarPalmer Dabbelt <palmer@sifive.com>
parent b9d55357
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -17,10 +17,6 @@


#define NR_IRQS         0
#define NR_IRQS         0


#define INTERRUPT_CAUSE_SOFTWARE    1
#define INTERRUPT_CAUSE_TIMER       5
#define INTERRUPT_CAUSE_EXTERNAL    9

void riscv_timer_interrupt(void);
void riscv_timer_interrupt(void);
void riscv_software_interrupt(void);
void riscv_software_interrupt(void);