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)
commitb2e82e495a528eed77c15f3923c2b049a21d7280
tree5e6284602fc2e6d56425d83ec22b89571b890fe3
parent0fa6831811f62cfc10415d731bcf9fde2647ad81
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: bf75a3258a403 ("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