Re: [PATCH 15/16] include/linux/compiler.h: remove unused KENTRY macro

2019-08-19 Thread Sedat Dilek
On Mon, Aug 12, 2019 at 11:53 PM Nick Desaulniers wrote: > > This macro is not used throughout the kernel. Delete it rather than > update the __section to be a fully spelled out > __attribute__((__section__())) to avoid > https://bugs.llvm.org/show_bug.cgi?id=42950. > > Signed-off-by: Nick Desauln

[PATCH 15/16] include/linux/compiler.h: remove unused KENTRY macro

2019-08-12 Thread Nick Desaulniers
This macro is not used throughout the kernel. Delete it rather than update the __section to be a fully spelled out __attribute__((__section__())) to avoid https://bugs.llvm.org/show_bug.cgi?id=42950. Signed-off-by: Nick Desaulniers --- include/linux/compiler.h | 23 --- 1 fil