Re: [PATCH] softirq: Adjust comment for CONFIG_PREEMPT_RT in #else
From: Sebastian Andrzej Siewior
Date: Fri Aug 18 2023 - 05:06:38 EST
On 2023-08-18 10:47:35 [+0200], Jesper Dangaard Brouer wrote:
> The #ifdef CONFIG_PREEMPT_RT #else statement had a comment
> that made me think the code below #else statement was RT code.
> After reading the code closer I realized it was not RT code.
> Adjust comment to !RT to helper future readers of the code.
indeed.
> Fixes: 8b1c04acad08 ("softirq: Make softirq control and processing RT aware")
> Signed-off-by: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
Reviewed-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
Sebastian