From 28e86bdbc9863d3d81711db02abedbc54528099e Mon Sep 17 00:00:00 2001 From: David Rientjes Date: Thu, 8 Dec 2011 12:33:29 +0000 Subject: [PATCH] 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-format-patch failed