diff options
author | Tejun Heo <tj@kernel.org> | 2024-07-14 18:04:03 -1000 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2024-07-14 18:04:03 -1000 |
commit | 9283ff5be1510a35356656a6c1efe14f765c936a (patch) | |
tree | 2c04ca4f99eca4f25faa98849ddb67b124a74110 /arch/loongarch/kernel/head.S | |
parent | 226c49446bccee1c2315bc88bbbca7e6542e98fc (diff) | |
parent | 57b56d16800e8961278ecff0dc755d46c4575092 (diff) |
Merge branch 'for-6.10-fixes' into for-6.11
Diffstat (limited to 'arch/loongarch/kernel/head.S')
-rw-r--r-- | arch/loongarch/kernel/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/loongarch/kernel/head.S b/arch/loongarch/kernel/head.S index c4f7de2e2805..4677ea8fa8e9 100644 --- a/arch/loongarch/kernel/head.S +++ b/arch/loongarch/kernel/head.S @@ -22,7 +22,7 @@ _head: .word MZ_MAGIC /* "MZ", MS-DOS header */ .org 0x8 - .dword kernel_entry /* Kernel entry point */ + .dword _kernel_entry /* Kernel entry point (physical address) */ .dword _kernel_asize /* Kernel image effective size */ .quad PHYS_LINK_KADDR /* Kernel image load offset from start of RAM */ .org 0x38 /* 0x20 ~ 0x37 reserved */ |