[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f95c27b1-a8ca-bac8-e6bb-07ca9e87bcd9@redhat.com>
Date: Thu, 23 Jan 2020 12:36:37 -0500
From: Waiman Long <longman@...hat.com>
To: Qian Cai <cai@....pw>, Will Deacon <will@...nel.org>
Cc: peterz@...radead.org, mingo@...hat.com, catalin.marinas@....com,
clang-built-linux@...glegroups.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] arm64/spinlock: fix a -Wunused-function warning
On 1/23/20 12:31 PM, Qian Cai wrote:
>
>> On Jan 23, 2020, at 11:56 AM, Will Deacon <will@...nel.org> wrote:
>>
>> Damn, the whole point of this was to warn in the case that
>> vcpu_is_preempted() does get defined for arm64. Can we force it to evaluate
>> the macro argument instead (e.g. ({ (cpu), false; }) or something)?
> Actually, static inline should be better.
>
> #define vcpu_is_preempted vcpu_is_preempted
> static inline bool vcpu_is_preempted(int cpu)
> {
> return false;
> }
>
Yes, that may work.
Cheers,
Longman
Powered by blists - more mailing lists