diff options
Diffstat (limited to 'arch/riscv64/kernel')
| -rw-r--r-- | arch/riscv64/kernel/entry.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv64/kernel/entry.S b/arch/riscv64/kernel/entry.S index fe25854..5331385 100644 --- a/arch/riscv64/kernel/entry.S +++ b/arch/riscv64/kernel/entry.S @@ -14,7 +14,6 @@ /* very much based on linux, but why change it if works, eh? */ .section .text -.align 4 .global handle_irq handle_irq: csrrw tp, CSR_SSCRATCH, tp |
