From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 23/38] arm: use correct attributes for mappings in copy_from_paddr() Date: Fri, 01 Jun 2012 17:20:41 +0100 Message-ID: <4FC8EBD9.4@cantab.net> References: <1338565113.17466.141.camel@zakaz.uk.xensource.com> <1338565207-2888-1-git-send-email-ian.campbell@citrix.com> <1338565207-2888-23-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1338565207-2888-23-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 01/06/12 16:39, Ian Campbell wrote: > The DTB is in RAM (hence bufferable), kernel is in flash and therefor requires > a device type mapping (hence dev shared). > > Signed-off-by: Ian Campbell Potentially the bootloader could provide the DTB in flash but this seems unlikely. Acked-by: David Vrabel David