[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080611085201.GA9105@elte.hu>
Date: Wed, 11 Jun 2008 10:52:01 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Yinghai Lu <yhlu.kernel@...il.com>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
the arch/x86 maintainers <x86@...nel.org>
Subject: Re: reserve_bootmem_generic in early_res_to_bootmem
* Yinghai Lu <yhlu.kernel@...il.com> wrote:
> > printk(KERN_INFO " early res: %d [%llx-%llx] %s\n", i,
> > final_start, final_end - 1, r->name);
> > - reserve_bootmem_generic(final_start, final_end - final_start,
> > + reserve_bootmem(final_start, final_end - final_start,
> > BOOTMEM_DEFAULT);
> > }
> > }
> >
>
> or we need add reserve_bootmem_generic for 32 bit?
yes, that would be really nice - instead of the ifdeffery.
Ingo
--
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