Tag: 7778478501938e071d40eeadb5d7d01770ce799f

mtd: nandsim: add __init attribute

Author: Julia Lawall <julia.lawall@lip6.fr> Add __init attribute on functions that are only called from other __init functions and that are not inlined, at least with gcc version 4.8.4 on an x86 machine with allyesconfig. Currently, the functions are put in the .text.unlikely segment. Declaring them as __init will cause them to be put in the …

Continue reading