Re: [PATCH] powerpc/8xx: Remove specific code from fast_exception_return
From: Madhavan Srinivasan <maddy@linux.ibm.com>
Date: 2025-11-21 03:14:23
Also in:
lkml
From: Madhavan Srinivasan <maddy@linux.ibm.com>
Date: 2025-11-21 03:14:23
Also in:
lkml
On Wed, 27 Aug 2025 16:18:53 +0200, Christophe Leroy wrote:
The label 2: in fast_exception_return is a leftover from
commit b96bae3ae2cb ("powerpc/32: Replace ASM exception exit by C
exception exit from ppc64"). Once removed, we see that
fast_exception_return is a standalone function that is called only
from pieces of assembly dedicated to book3s/32 or booke, never by
common code or 8xx code.
[...]
Applied to powerpc/next.
[1/1] powerpc/8xx: Remove specific code from fast_exception_return
https://git.kernel.org/powerpc/c/98fa236044ca4f8841107382fb03832101fa7328
Thanks