summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/irqflags.h
Commit message (Collapse)AuthorAge
* riscv: rename SR_* constants to match the specChristoph Hellwig2018-01-07
| | | | | Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
* RISC-V: Device, timer, IRQs, and the SBIPalmer Dabbelt2017-09-26
This patch contains code that interfaces with devices that are mandated by the RISC-V supervisor specification and that don't have explicit drivers anywhere else in the tree. This includes the staticly defined interrupts, the CSR-mapped timer, and virtualized SBI devices. Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>