Tag: e4106a7c8236eb7b91686d36f3bf33ee43db94b4

mtd: maps: 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