Re: [PATCH] numa: Mark __node_set as __always_inline

2013-07-25 Thread Tom Rini
On 07/25/2013 02:08 PM, KOSAKI Motohiro wrote: > (7/25/13 8:14 AM), Tom Rini wrote: >> It is posible for some compilers to decide that __node_set does not need >> to be made turned into an inline function. When the compiler does this >> on an __init function calling it on __initdata we get a secti

Re: [PATCH] numa: Mark __node_set as __always_inline

2013-07-25 Thread KOSAKI Motohiro
(7/25/13 8:14 AM), Tom Rini wrote: > It is posible for some compilers to decide that __node_set does not need > to be made turned into an inline function. When the compiler does this > on an __init function calling it on __initdata we get a section mismatch > warning now. > > Reported-by: Paul Bo

[PATCH] numa: Mark __node_set as __always_inline

2013-07-25 Thread Tom Rini
It is posible for some compilers to decide that __node_set does not need to be made turned into an inline function. When the compiler does this on an __init function calling it on __initdata we get a section mismatch warning now. Reported-by: Paul Bolle Cc: Jianpeng Ma Cc: Rusty Russell Cc: La