From: David Rientjes Date: Thu, 8 Dec 2011 12:33:29 +0000 (+0000) Subject: powerpc/mm: Fix section mismatch for mark_reserved_regions_for_nid X-Git-Tag: v3.3-rc1~181^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e86bdbc9863d3d81711db02abedbc54528099e;p=pandora-kernel.git powerpc/mm: Fix section mismatch for mark_reserved_regions_for_nid mark_reserved_regions_for_nid() is only called from do_init_bootmem(), which is in .init.text, so it must be in the same section to avoid a section mismatch warning. Reported-by: Subrata Modak Signed-off-by: David Rientjes Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed