Tag: 3432a2e39742ebbd8b01890a742bd45b219d5d8f

clk: qoriq: add __init attribute

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

Continue reading