Re: [PATCH 1/2] bugs/s390: Remove private WARN_ON() implementation
From: Alexander Gordeev
Date: Fri Jun 20 2025 - 09:16:33 EST
On Tue, Jun 17, 2025 at 03:50:41PM +0200, Heiko Carstens wrote:
> Besides an odd __builtin_constant_p() optimization the s390 specific
> WARN_ON() implementation is identical to the generic variant.
> Drop the s390 variant in favor of the generic variant.
>
> Signed-off-by: Heiko Carstens <hca@xxxxxxxxxxxxx>
> ---
> arch/s390/include/asm/bug.h | 13 -------------
> 1 file changed, 13 deletions(-)
...
Reviewed-by: Alexander Gordeev <agordeev@xxxxxxxxxxxxx>