Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 8 Oct 2001 20:39:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 8 Oct 2001 20:39:28 -0400 Received: from [207.21.185.24] ([207.21.185.24]:10000 "EHLO smtp.lynuxworks.com") by vger.kernel.org with ESMTP id ; Mon, 8 Oct 2001 20:39:17 -0400 Message-ID: <3BC2467B.C8093B19@lnxw.com> Date: Mon, 08 Oct 2001 17:36:11 -0700 From: Petko Manolov X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.10 i686) X-Accept-Language: en, bg MIME-Version: 1.0 To: "David S. Miller" CC: linux-kernel@vger.kernel.org Subject: Re: discontig physical memory In-Reply-To: <3BC22EA6.696604E7@lnxw.com> <20011008.160528.85686937.davem@redhat.com> <3BC23441.1EF944A2@lnxw.com> <20011008.162935.21930065.davem@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org "David S. Miller" wrote: > > You need to setup bootmem correctly, earlier on, such that > you do not tell the kernel that there are any pages in this > 4 - 16MB region. > > Do something like this instead of whatever your bootmem > calls are doing now: > > bootmap_size = init_bootmem(0, (32 * 1024 * 1024)); > free_bootmem((4 * 1024 * 1024), > ((16 - 4) * 1024 * 1024)); This is suppose to tell the kernel about the gap? Petko - 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/