lkml.org 
[lkml]   [2018]   [Mar]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 10/10] softirq: Remove __ARCH_SET_SOFTIRQ_PENDING
On Thu, Mar 29, 2018 at 04:27:05AM +0200, Frederic Weisbecker wrote:
> The last user of __ARCH_SET_SOFTIRQ_PENDING has been converted to generic
> per-cpu softirq mask. We can now remove this conditional.

This seems like half a cleanup; who still has local_softirq_pending()
after this?

>
> #else /* local_softirq_pending */
>
> -#ifndef __ARCH_SET_SOFTIRQ_PENDING
> #define set_softirq_pending(x) (local_softirq_pending() = (x))
> #define or_softirq_pending(x) (local_softirq_pending() |= (x))
> -#endif
>
> #endif /* local_softirq_pending */

\
 
 \ /
  Last update: 2018-03-29 09:17    [W:0.363 / U:0.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site