In an attempt to simplify some includes in , it
appeared, when compiling fs/ecryptfs/dentry.c, that
was relying on other includes to get the definition of cpu_relax().
(see [1])
It broke on arc.
Include in to fix the issue.
This will help remove some un-needed includes from .
[1]: https://lor
Hi, Valentin,
On Fri, Dec 2, 2022 at 11:59 PM Valentin Schneider wrote:
>
> To be able to trace invocations of smp_send_reschedule(), rename the
> arch-specific definitions of it to arch_smp_send_reschedule() and wrap it
> into an smp_send_reschedule() that contains a tracepoint.
>
> Changes to i