clean unnecessary lock initialization in kernel

This commit is contained in:
TXuian
2024-03-26 09:39:20 +08:00
parent 0f5527d73a
commit 8f3df1e5c2
6 changed files with 1 additions and 9 deletions
@@ -72,7 +72,6 @@ SECTIONS
PROVIDE(boot_end_addr = .);
} > ddr3
/* Other Kernel code is placed over 0x80000000 + 128KB. */
.text : AT(0x00110000) {
*(.vectors)
. = ALIGN(0x1000);