Re: [RFC PATCH tip] tick: tick_shutdown_broadcast() can be static
From: Thomas Gleixner
Date: Sat Mar 23 2019 - 13:23:45 EST
On Sun, 24 Mar 2019, kbuild test robot wrote:
> Fixes: 973f88ca8b15 ("tick: Remove outgoing CPU from broadcast masks")
No, it does not fix it. The result is that you have a static function which
is not called from anywhere. I'll amend the commit with the proper fix.
Thanks for reporting.
tglx