Re: [PATCH v2 00/14] treewide: prefer __section from compiler_attributes.h
From: Sedat Dilek
Date: Thu Aug 29 2019 - 05:05:59 EST
> $ grep -e __section\(\" -e __section__\(\" -r
>
> arch/um/include/shared/init.h: __attribute__((__section__(".initcall"
> level ".init"))) = fn
>
2. Only use __attribute__((__section__(".section"))) when creating the
section name via C preprocessor (see the definition of __define_initcall
in arch/um/include/shared/init.h).
Who reads commit messages?
/me hides
- Sedat -