diff options
author | Ingo Molnar <mingo@kernel.org> | 2023-10-09 18:09:23 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2023-10-09 18:09:23 +0200 |
commit | fdb8b7a1af31d69ee1c8ddc02926cb409eaaecc3 (patch) | |
tree | 9af7010f5f93005adbf6f98c6557552b86d32697 /arch/loongarch/kernel/relocate_kernel.S | |
parent | locking/seqlock: Fix typo in comment (diff) | |
parent | Linux 6.6-rc5 (diff) | |
download | linux-fdb8b7a1af31d69ee1c8ddc02926cb409eaaecc3.tar.xz linux-fdb8b7a1af31d69ee1c8ddc02926cb409eaaecc3.zip |
Merge tag 'v6.6-rc5' into locking/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/loongarch/kernel/relocate_kernel.S')
-rw-r--r-- | arch/loongarch/kernel/relocate_kernel.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/loongarch/kernel/relocate_kernel.S b/arch/loongarch/kernel/relocate_kernel.S index d13252553a7c..f49f6b053763 100644 --- a/arch/loongarch/kernel/relocate_kernel.S +++ b/arch/loongarch/kernel/relocate_kernel.S @@ -72,7 +72,6 @@ copy_word: LONG_ADDI s5, s5, -1 beqz s5, process_entry b copy_word - b process_entry done: ibar 0 |