From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Date: Fri, 05 Aug 2005 17:00:14 +0000 Subject: Re: 2.6.13-rc5 does not boot on Tiger4 Message-Id: <1123261214.3794.3.camel@tdi> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Fri, 2005-08-05 at 10:12 -0400, Jes Sorensen wrote: > + if (md->type = EFI_BOOT_SERVICES_DATA && > + md->attribute = EFI_MEMORY_UC) { That seems to have very limited usefulness. Wouldn't you want something like: if (md->attribute = EFI_MEMORY_UC && is_available_memory(md)) Thanks, Alex -- Alex Williamson HP Linux & Open Source Lab