From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: [PATCH v4 03/21] xen/arm: p2m: Move comment that was misplaced Date: Tue, 22 Apr 2014 14:14:17 +0100 Message-ID: <1398172475-27873-4-git-send-email-julien.grall@linaro.org> References: <1398172475-27873-1-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WcaX8-0005n1-LA for xen-devel@lists.xenproject.org; Tue, 22 Apr 2014 13:14:46 +0000 Received: by mail-ee0-f46.google.com with SMTP id t10so4622488eei.19 for ; Tue, 22 Apr 2014 06:14:45 -0700 (PDT) In-Reply-To: <1398172475-27873-1-git-send-email-julien.grall@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: stefano.stabellini@citrix.com, Julien Grall , tim@xen.org, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org Signed-off-by: Julien Grall --- Changes in v4: - Patch added --- xen/arch/arm/p2m.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/arm/p2m.c b/xen/arch/arm/p2m.c index 403fd89..0730da4 100644 --- a/xen/arch/arm/p2m.c +++ b/xen/arch/arm/p2m.c @@ -383,10 +383,10 @@ static int apply_p2m_changes(struct domain *d, put_page(mfn_to_page(mfn)); } - /* Allocate a new RAM page and attach */ switch (op) { case ALLOCATE: { + /* Allocate a new RAM page and attach */ struct page_info *page; ASSERT(!pte.p2m.valid); -- 1.7.10.4