From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Grundler Date: Mon, 14 Oct 2002 20:44:41 +0000 Subject: Re: [Linux-ia64] BitKeeper tree for 2.4.x Message-Id: 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 Bjorn Helgaas wrote: > We've got a mechanism for looking up the supported attributes > (efi_mem_attributes()); what I'd really like is for somebody to > hook that up with the mmap infrastructure so that we only allow > the supported attributes. If MAP_WRITECOMBINED attribute isn't supported, is there any harm in returning memory without that attribute? I'd expect some platform specific support to know when it's required vs a "performance hint". Forcing exact matches is one way to deal with it but pushes the burden to the "application" (may a device driver in this case) to find an exact match. grant