diff options
author | Tom Rini <trini@ti.com> | 2013-07-25 14:26:10 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-07-25 21:54:01 +0200 |
commit | 323f54ed0f3ce20e9946c961fc928ccdb80d9345 (patch) | |
tree | 820d00efdb5459871dc34fe20757ae3cfc42bdae /kernel | |
parent | 87e3c8ae1c8676b9dd56b56456dafa14a4bacf97 (diff) | |
download | op-kernel-dev-323f54ed0f3ce20e9946c961fc928ccdb80d9345.zip op-kernel-dev-323f54ed0f3ce20e9946c961fc928ccdb80d9345.tar.gz |
numa: Mark __node_set() as __always_inline
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. Use
__always_inline to ensure that we will be inlined.
Reported-by: Paul Bolle <pebolle@tiscali.nl>
Cc: Jianpeng Ma <majianpeng@gmail.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Cc: Wen Congyang <wency@cn.fujitsu.com>
Cc: Jiang Liu <jiang.liu@huawei.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Minchan Kim <minchan.kim@gmail.com>
Cc: Mel Gorman <mgorman@suse.de>
Cc: David Rientjes <rientjes@google.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Tom Rini <trini@ti.com>
Link: http://lkml.kernel.org/r/1374776770-32361-1-git-send-email-trini@ti.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions