From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [PATCH] - Mapping ACPI tables as CACHED Date: Wed, 15 Dec 2010 14:18:43 -0800 Message-ID: <4D093EC3.7000308@zytor.com> References: <20101214220932.GA1206@sgi.com> <20101215024136.GB19601@sgi.com> <20101215164635.GA27373@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from terminus.zytor.com ([198.137.202.10]:54940 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752155Ab0LOWSy (ORCPT ); Wed, 15 Dec 2010 17:18:54 -0500 In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Len Brown Cc: Jack Steiner , hmh@hmh.eng.br, tony.luck@gmail.com, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, gbeshers@sgi.com On 12/15/2010 01:16 PM, Len Brown wrote: > > I'll bet we can improve the boot sequence so that > some of the stuff we do before we have cached mappings > we can do with cached mappings... > We checksum all the tables, enumerate the CPUs and the APICs > all using non-cached mappings.... > I don't think we have any reason to use uncached mappings, ever... -hpa