]> 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)
commita64c80b771e708d91c403e3f286571531591425d
tree5e6284602fc2e6d56425d83ec22b89571b890fe3
parent898d6e9806bff6bb8a35411067c13281950f37b0
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: a8722916f3818 ("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