From patchwork Mon Sep 4 12:25:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 111561 Delivered-To: patch@linaro.org Received: by 10.140.94.166 with SMTP id g35csp1466653qge; Mon, 4 Sep 2017 05:32:31 -0700 (PDT) X-Google-Smtp-Source: ADKCNb4fpufZFi2rQf9+jOAfUmmqq3FYAiYczAcIQjHJcXiqucpVOoCFL5DlnNNAdgj5nZn/tjm1 X-Received: by 10.200.34.207 with SMTP id g15mr472814qta.20.1504528351263; Mon, 04 Sep 2017 05:32:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1504528351; cv=none; d=google.com; s=arc-20160816; b=ZlVzAkJJj0RUSZhRvhdXGEcHYI9jYY73RkiDK9BUrrII47xFAH8jpZWHZsem+Wqemb ohbipCh2CCLrsByZDcx2zx/uwhQla8mu0CrTCiNqHwNvD+WXAijzcGyqRQv7Hx06IprB iB09cJpvhhJGU0hXZh1fEAdodLmyt5TDIJNgUdBEX5G2P4AvU55wvRC0Utel4ZCU9TTv fdf0AD1HQ8h6RA6VjMtZG6DmkFA6l/44WCvTj06fR5kTcfCo+zllDqsRzgig9d3RVFKj O4VcpbbQRhYINYglNShEz1rzwFBu5KjE4Jb/42NaCmjEbgHHlT26QZ9SlGLYUD/cBM3i vKQQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:references:in-reply-to :message-id:date:to:from:arc-authentication-results; bh=2dDTniYGM2fJgA1yp5afUvuXkipb5aW2HiBvxxu2XNA=; b=l3iqDYE9nRUa6uBsBheKTgHB3hMqCGOopbjKMUgajdfRRbijTBvoQEI9W0My26FfMJ y0rEF5j+HMEY8GQtuxBFDoQ+0yvhwka0Onh7H+JWh6RLoyrkQh/LmZ/doJw9K8NXP3ar F4/ARiUs1owK08X1lzWytecs2+sDEKVclg4K1o6h0AGUYDGc2IZYHaLEN65E3VWvcnR1 Nj6v8DWfaJmQy/Lp5GDfaMHzqgtppoImbq48sRGwuu4nhjQc0xqG6uAeie0hagK5oPI5 HaZX/5kWfK79Ho0pfA1DRILQxBh/SqqY3/iL5p1myUuKV8a5+Cr/XdeTan1qdCmNLOt7 TvVA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-devel-bounces+patch=linaro.org@nongnu.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id d200si841674qkb.328.2017.09.04.05.32.30 for (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 04 Sep 2017 05:32:31 -0700 (PDT) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-devel-bounces+patch=linaro.org@nongnu.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from localhost ([::1]:59561 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doqYH-00013H-3y for patch@linaro.org; Mon, 04 Sep 2017 08:32:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doqSA-0004oz-Tq for qemu-devel@nongnu.org; Mon, 04 Sep 2017 08:26:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doqS1-0004Zt-Jz for qemu-devel@nongnu.org; Mon, 04 Sep 2017 08:26:10 -0400 Received: from orth.archaic.org.uk ([2001:8b0:1d0::2]:37106) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1doqS1-0004Yp-Dm for qemu-devel@nongnu.org; Mon, 04 Sep 2017 08:26:01 -0400 Received: from pm215 by orth.archaic.org.uk with local (Exim 4.89) (envelope-from ) id 1doqS0-0005RQ-F3 for qemu-devel@nongnu.org; Mon, 04 Sep 2017 13:26:00 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Date: Mon, 4 Sep 2017 13:25:37 +0100 Message-Id: <1504527967-29248-7-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1504527967-29248-1-git-send-email-peter.maydell@linaro.org> References: <1504527967-29248-1-git-send-email-peter.maydell@linaro.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:8b0:1d0::2 Subject: [Qemu-devel] [PULL 06/36] target/arm: Remove incorrect comment about MPU_CTRL X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: "Qemu-devel" Remove the comment that claims that some MPU_CTRL bits are stored in sctlr_el[1]. This has never been true since MPU_CTRL was added in commit 29c483a50607 -- the comment is a leftover from Michael Davidsaver's original implementation, which I modified not to use sctlr_el[1]; I forgot to delete the comment then. Signed-off-by: Peter Maydell Reviewed-by: Edgar E. Iglesias Reviewed-by: Richard Henderson Message-id: 1501692241-23310-7-git-send-email-peter.maydell@linaro.org --- target/arm/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4 diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 5932ef1..2f2aa87 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -416,7 +416,7 @@ typedef struct CPUARMState { uint32_t dfsr; /* Debug Fault Status Register */ uint32_t mmfar; /* MemManage Fault Address */ uint32_t bfar; /* BusFault Address */ - unsigned mpu_ctrl; /* MPU_CTRL (some bits kept in sctlr_el[1]) */ + unsigned mpu_ctrl; /* MPU_CTRL */ int exception; } v7m;