[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080326214939.GB29105@one.firstfloor.org>
Date: Wed, 26 Mar 2008 22:49:39 +0100
From: Andi Kleen <andi@...stfloor.org>
To: Jon Tollefson <kniht@...ux.vnet.ibm.com>
Cc: linux-kernel@...r.kernel.org,
Linux Memory Management List <linux-mm@...ck.org>,
linuxppc-dev <linuxppc-dev@...abs.org>,
Adam Litke <agl@...ux.vnet.ibm.com>,
Andi Kleen <andi@...stfloor.org>,
Paul Mackerras <paulus@...ba.org>, npiggin@...e.de
Subject: Re: [PATCH 1/4] allow arch specific function for allocating gigantic pages
Haven't reviewed it in detail, just noticed something.
> @@ -614,6 +610,7 @@ static int __init hugetlb_init(void)
> {
> if (HPAGE_SHIFT == 0)
> return 0;
> + INIT_LIST_HEAD(&huge_boot_pages);
> return hugetlb_init_hstate(&global_hstate);
I don't think adding the INIT_LIST_HEAD here is correct. There can
be huge pages added by the __setup handlers before hugetlb_init
-Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists