]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s/interrupt: Fix stack frame regs marker
authorNicholas Piggin <npiggin@gmail.com>
Tue, 4 Oct 2022 13:29:52 +0000 (23:29 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 5 Oct 2022 00:09:22 +0000 (11:09 +1100)
commit8a6c8d46a249da675b76036ddc135b8bbf7a1d66
tree5e6284602fc2e6d56425d83ec22b89571b890fe3
parent85a2f9e17fafe82777f1f9f558454dcccb03622a
powerpc/64s/interrupt: Fix stack frame regs marker

The value of the stack frame regs marker that gets saved on the stack in
interrupt entry code does not match the regs marker value, which breaks
stack frame marker matching.

This stray instruction looks to have been introduced in a mismerge.

Fixes: 8cd0d5687ecee ("powerpc/64s/interrupt: move early boot ILE fixup into a macro")
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
[mpe: Mismerge by yours truly -_-]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20221004132952.984341-1-npiggin@gmail.com
arch/powerpc/kernel/exceptions-64s.S