diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-12 00:36:18 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-12 00:36:18 +0300 |
| commit | 4cde8bceb1ff14896884c224850f6c7611551175 (patch) | |
| tree | 50242259fb7b66179e461b8ede554fdc5b99ef70 /arch/riscv64/kernel/entry.S | |
| parent | e52d9de585ed7cb1482ab142911d1c6d3e486955 (diff) | |
| download | kmi-4cde8bceb1ff14896884c224850f6c7611551175.tar.gz kmi-4cde8bceb1ff14896884c224850f6c7611551175.zip | |
fix LLVM compilation
+ RELEASE=1 doesn't work for some reason, though
Diffstat (limited to 'arch/riscv64/kernel/entry.S')
| -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 |
