Re: [PATCH 2/5] arcnet: com90xx: add __init attribute

2016-04-19 Thread David Miller
From: Julia Lawall Date: Mon, 18 Apr 2016 16:55:35 +0200 > 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 s

Re: [PATCH 2/5] arcnet: com90xx: add __init attribute

2016-04-18 Thread Michael Grzeschik
On Mon, Apr 18, 2016 at 04:55:35PM +0200, Julia Lawall wrote: > 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.unlikel