Re: [PATCH 2/3] powerpc: refactoring BUG/WARN macros

From: Michael Ellerman
Date: Mon Nov 25 2019 - 05:46:58 EST


On Mon, 2019-08-19 at 13:06:30 UTC, Christophe Leroy wrote:
> BUG(), WARN() and friends are using a similar inline
> assembly to implement various traps with various flags.
>
> Lets refactor via a new BUG_ENTRY() macro.
>
> Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxx>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/43f003bb74b9b27da6e719cfc2f7630f5652665a

cheers