Re: [PATCH v2 02/13] static_call: Add basic static call infrastructure
From: Peter Zijlstra
Date: Mon Oct 07 2019 - 07:33:56 EST
On Mon, Oct 07, 2019 at 10:27:10AM +0200, Peter Zijlstra wrote:
> +#define STATIC_CALL_PREFIX ____static_call_
Yesterday I got an allmodconfig build complaining about symbols being
too long, in part due to this prefix. Should we change it to something
like: "__SC__" ?