diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-03 15:43:53 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-03 15:43:53 +0100 |
| commit | 82f22c0b433131640c72158ac4f26ee37f34fd8e (patch) | |
| tree | 641f8bba82cd13a24fd5dc5f33a573b155d30ac1 /arch | |
| parent | 664deb60b0365a25b27f938e8237d0239de7a187 (diff) | |
| parent | abb81e5ce7d995baa41556b8125fa59e28ba3be8 (diff) | |
| download | linux-next-82f22c0b433131640c72158ac4f26ee37f34fd8e.tar.gz linux-next-82f22c0b433131640c72158ac4f26ee37f34fd8e.zip | |
Merge branch 'linux-next' of https://github.com/c-sky/csky-linux.git
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/csky/kernel/entry.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/csky/kernel/entry.S b/arch/csky/kernel/entry.S index c68cdcc76d60..3261f46f2244 100644 --- a/arch/csky/kernel/entry.S +++ b/arch/csky/kernel/entry.S @@ -93,11 +93,11 @@ csky_syscall_trace: ldw a2, (sp, LSAVE_A2) ldw a3, (sp, LSAVE_A3) #if defined(__CSKYABIV2__) - subi sp, 8 ldw r9, (sp, LSAVE_A4) + ldw r10, (sp, LSAVE_A5) + subi sp, 8 stw r9, (sp, 0x0) - ldw r9, (sp, LSAVE_A5) - stw r9, (sp, 0x4) + stw r10, (sp, 0x4) jsr syscallid /* Do system call */ addi sp, 8 #else |
