Re: [RFC PATCH v2 3/4] percpu: Repurpose __percpu tag as a named address space qualifier

From: Uros Bizjak
Date: Mon Aug 12 2024 - 16:01:34 EST


On Mon, Aug 12, 2024 at 9:12 PM Nadav Amit <nadav.amit@xxxxxxxxx> wrote:
>
>
>
> > On 12 Aug 2024, at 14:57, Uros Bizjak <ubizjak@xxxxxxxxx> wrote:
> >
> > +#define per_cpu_qual /* nothing */
>
> I wouldn't do that (the “/* nothing */“ part). It might cause a mess
> unnecessarily is used with a comment.

I took this /* nothing */ idea from the definition of BTF_TYPE_TAG in
compiler_types.h. But yes, it doesn't bring anything here so let's
remove it.

Thanks,
Uros.