The patch titled Subject: hugetlb: hugetlb_register_all_nodes(): add __init marker has been added to the -mm tree. Its filename is hugetlb-hugetlb_register_all_nodes-add-__init-marker.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/hugetlb-hugetlb_register_all_nodes-add-__init-marker.patch echo and later at echo http://ozlabs.org/~akpm/mmotm/broken-out/hugetlb-hugetlb_register_all_nodes-add-__init-marker.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Luiz Capitulino <lcapitulino@xxxxxxxxxx> Subject: hugetlb: hugetlb_register_all_nodes(): add __init marker This function is only called during initialization. Signed-off-by: Luiz Capitulino <lcapitulino@xxxxxxxxxx> Cc: Andi Kleen <andi@xxxxxxxxxxxxxx> Cc: David Rientjes <rientjes@xxxxxxxxxx> Cc: Rik van Riel <riel@xxxxxxxxxx> Cc: Yasuaki Ishimatsu <isimatu.yasuaki@xxxxxxxxxxxxxx> Cc: Yinghai Lu <yinghai@xxxxxxxxxx> Cc: Davidlohr Bueso <dave@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/hugetlb.c~hugetlb-hugetlb_register_all_nodes-add-__init-marker mm/hugetlb.c --- a/mm/hugetlb.c~hugetlb-hugetlb_register_all_nodes-add-__init-marker +++ a/mm/hugetlb.c @@ -2083,7 +2083,7 @@ static void hugetlb_register_node(struct * devices of nodes that have memory. All on-line nodes should have * registered their associated device by this time. */ -static void hugetlb_register_all_nodes(void) +static void __init hugetlb_register_all_nodes(void) { int nid; _ Patches currently in -mm which might be from lcapitulino@xxxxxxxxxx are hugetlb-fix-hugepages=-entry-in-kernel-parameterstxt.patch hugetlb-alloc_bootmem_huge_page-use-is_aligned.patch hugetlb-hugetlb_register_all_nodes-add-__init-marker.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html