Messages in this thread |  | | | Date | Sat, 3 Mar 2012 23:40:41 +0100 (CET) | | From | Jiri Kosina <> | | Subject | Re: [PATCH] x86: memblock: move mem_hole_size() to .init |
| |
On Wed, 29 Feb 2012, Tejun Heo wrote:
> > mem_hole_size() is being called only from __init-marked functions, and as > > such should be moved to .init section as well. Fixes this warning: > > > > WARNING: vmlinux.o(.text+0x35511): Section mismatch in reference from the function mem_hole_size() to the function .init.text:absent_pages_in_range() > > > > Signed-off-by: Jiri Kosina <jkosina@suse.cz> > > Acked-by: Tejun Heo <tj@kernel.org>
Thanks. Doesn't seem to have been picked up ... Ingo/hpa, I guess it's appropriate for -tip?
-- Jiri Kosina SUSE Labs
|  |