diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2022-12-21 00:02:03 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2022-12-21 00:02:03 +0100 |
commit | 1644d755d0b06d0f1ee93e1c44336c29386546b4 (patch) | |
tree | 58f4fb795fed3f4b2c1cb6bbac9ed25b3134d390 /arch/powerpc/kernel/misc_32.S | |
parent | Resync master with latest Linus upstream (diff) | |
parent | Merge tag 'm68knommu-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
download | linux-1644d755d0b06d0f1ee93e1c44336c29386546b4.tar.xz linux-1644d755d0b06d0f1ee93e1c44336c29386546b4.zip |
Merge branch 'linus'
Diffstat (limited to 'arch/powerpc/kernel/misc_32.S')
-rw-r--r-- | arch/powerpc/kernel/misc_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/misc_32.S b/arch/powerpc/kernel/misc_32.S index e5127b19fec2..daf8f87d2372 100644 --- a/arch/powerpc/kernel/misc_32.S +++ b/arch/powerpc/kernel/misc_32.S @@ -382,7 +382,7 @@ EXPORT_SYMBOL(__bswapdi2) _GLOBAL(start_secondary_resume) /* Reset stack */ rlwinm r1, r1, 0, 0, 31 - THREAD_SHIFT - addi r1,r1,THREAD_SIZE-STACK_FRAME_OVERHEAD + addi r1,r1,THREAD_SIZE-STACK_FRAME_MIN_SIZE li r3,0 stw r3,0(r1) /* Zero the stack frame pointer */ bl start_secondary |