Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754609AbaBEAcV (ORCPT ); Tue, 4 Feb 2014 19:32:21 -0500 Received: from g4t0014.houston.hp.com ([15.201.24.17]:2164 "EHLO g4t0014.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751339AbaBEAcU (ORCPT ); Tue, 4 Feb 2014 19:32:20 -0500 Message-ID: <1391560337.2501.0.camel@buesod1.americas.hpqcorp.net> Subject: Re: [patch] mm, hugetlb: mark some bootstrap functions as __init From: Davidlohr Bueso To: David Rientjes Cc: Andrew Morton , Michal Hocko , Joonsoo Kim , linux-kernel@vger.kernel.org, linux-mm@kvack.org Date: Tue, 04 Feb 2014 16:32:17 -0800 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.4 (3.6.4-3.fc18) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2014-02-04 at 16:13 -0800, David Rientjes wrote: > Both prep_compound_huge_page() and prep_compound_gigantic_page() are only > called at bootstrap and can be marked as __init. > > The __SetPageTail(page) in prep_compound_gigantic_page() happening before > page->first_page is initialized is not concerning since this is > bootstrap. > > Signed-off-by: David Rientjes Reviewed-by: Davidlohr Bueso -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/