On Tue, Jun 2, 2020 at 8:49 PM Nick Desaulniers <[email protected]> wrote: > > Currently most of our compiler attribute detection is done in > include/linux/compiler_attributes.h; I think this should be handled > there. +Miguel Ojeda
Thanks a lot for the CC Nick! Marco is right, since this attribute is different per-compiler, we don't want them in `compiler_attributes.h` (for the moment -- we'll see if they end up with the same syntax/behavior in the future). Acked-by: Miguel Ojeda <[email protected]> Cheers, Miguel

