From 4cde8bceb1ff14896884c224850f6c7611551175 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 12 May 2023 00:36:18 +0300 Subject: fix LLVM compilation + RELEASE=1 doesn't work for some reason, though --- arch/riscv64/kernel/entry.S | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/riscv64/kernel/entry.S') 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 -- cgit v1.3