From nobody Tue Nov 11 07:10:54 2025 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1569774985; cv=none; d=zoho.com; s=zohoarc; b=Q6Pa62vo/URpvJzkLEIvnwT9Cz8q7nKm2w+0/Aup97IK6bk5IMdToATMTU9cy62XLgOGUsAn6wflpvIXMpc5xwyA6WBlZ0CLRdXguUKzOmDaPdq93SXUdKe6afqQ562rt2nspQ2ZCXCUubz76AVY3BjIl999dw+d/BU8twzWQNs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1569774985; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=SdYKmgIsNJ2Ag0hKPq4GibRq8KYj+OkBaTp7kpihyog=; b=L48hT0fgdyQ5IbaGZi6yaq9I3CrKDNWvSro9HvbYL4nRyGd6BAo9JCJKnwFbMaGbO8b4TWoFbvIFy0//f2MpTbLPXDJ1P5FsZMdAMSpcshw3u1vAvjRgGa6KU1DWnpPTBNxObNNRQRR+Zq6IXOcbAKIh1KEbrDhXOFzskKx72JA= ARC-Authentication-Results: i=1; mx.zoho.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1569774985417840.9695462637762; Sun, 29 Sep 2019 09:36:25 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iEcAL-0006HU-Nd; Sun, 29 Sep 2019 16:35:21 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iEcAJ-0006HP-TM for xen-devel@lists.xenproject.org; Sun, 29 Sep 2019 16:35:19 +0000 Received: from foss.arm.com (unknown [217.140.110.172]) by localhost (Halon) with ESMTP id 1de297fe-e2d7-11e9-bf31-bc764e2007e4; Sun, 29 Sep 2019 16:35:16 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 78C851000; Sun, 29 Sep 2019 09:35:15 -0700 (PDT) Received: from e108454-lin.cambridge.arm.com (e108454-lin.cambridge.arm.com [10.1.196.50]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9FC933F706; Sun, 29 Sep 2019 09:35:14 -0700 (PDT) X-Inumbo-ID: 1de297fe-e2d7-11e9-bf31-bc764e2007e4 From: Julien Grall To: xen-devel@lists.xenproject.org Date: Sun, 29 Sep 2019 17:35:10 +0100 Message-Id: <20190929163510.15688-1-julien.grall@arm.com> X-Mailer: git-send-email 2.11.0 Subject: [Xen-devel] [PATCH for-4.13] xen/arm: p2m: Fix typo in the comment on top of P2M_ROOT_LEVEL X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: jgross@suse.com, Julien Grall , Stefano Stabellini , Volodymyr Babchuk MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Signed-off-by: Julien Grall Acked-by: Stefano Stabellini --- 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 5ff6ce15f6..4a429dc1be 100644 --- a/xen/arch/arm/p2m.c +++ b/xen/arch/arm/p2m.c @@ -25,7 +25,7 @@ static unsigned int __read_mostly max_vmid =3D MAX_VMID_8= _BIT; /* VMID is by default 8 bit width on AArch64 */ #define MAX_VMID max_vmid #else -/* First level P2M is alway 2 consecutive pages */ +/* First level P2M is always 2 consecutive pages */ #define P2M_ROOT_LEVEL 1 #define P2M_ROOT_ORDER 1 /* VMID is always 8 bit width on AArch32 */ --=20 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel