From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dGiRf-00010l-4O for qemu-devel@nongnu.org; Fri, 02 Jun 2017 05:00:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dGiRe-0001Nz-Cl for qemu-devel@nongnu.org; Fri, 02 Jun 2017 05:00:35 -0400 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]:35570) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dGiRe-0001Nh-75 for qemu-devel@nongnu.org; Fri, 02 Jun 2017 05:00:34 -0400 Received: by mail-wm0-x22e.google.com with SMTP id b84so17714479wmh.0 for ; Fri, 02 Jun 2017 02:00:33 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1493122030-32191-1-git-send-email-peter.maydell@linaro.org> <1493122030-32191-10-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Fri, 2 Jun 2017 10:00:12 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-arm] [PATCH 09/13] armv7m: Implement M profile default memory map List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Cc: qemu-arm , QEMU Developers , Alistair Francis , "patches@linaro.org" On 2 June 2017 at 06:10, Philippe Mathieu-Daud=C3=A9 wrot= e: > On 05/30/2017 12:11 PM, Peter Maydell wrote: >> This is the arm of the if() that deals with R profile, and R profile's > > > Oh I completely misunderstood that if() indeed. R and also A I suppose. A profile is never PMSA -- arguably VMSA (MMU) vs PMSA (MPU)) is the defini= ng distinction between A profile and R profile cores. thanks -- PMM