[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V4 12/15] xen/arm32: mm: Rename 'first' to 'root' in init_secondary_pagetables()
- To: Elias El Yandouzi <eliasely@xxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Thu, 21 Nov 2024 11:34:55 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.12) smtp.rcpttodomain=amazon.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=Nyye7zCAIduZ2SNXx/CiL7pvut+dZo7ljCt3hKJ/hHA=; b=YrQHhoNHEGwF9lEzvfV+9EeQp2N6WACKZOWhvkx+9ZstBdwhT3Iqmh0UPjTT/RNOoQTNUoiO/3O8tDajcdlyS9n3g1qpguzDXtSb2XFVdFduYmLUbOtplmTbRjBfOT9IRtJWvOBnyXMHDwGxm3lp20viCVoM9jm05VS18KB7sEsHRjSJcTGbTXb+nWFzLAZjMla3B+5zI0QIpOfKxVAvfCCUEIKB4ce+tIwF7sJmAiLpKVtO5/Thz0YE9sZEOyqanNvmFKCM0X/UG9iXoFqnBbv4BpRddIsxoFRC8or5h0TcZe/n9llCIPzFDFWu8T5gexRtLjDGMBVnws6ZeuVXjw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=SPMRTSV1EoRy4ib3mwRtmXJJ+n62S4yVl9MyCPajiJwneBJuTHgDIOkjUUMLaPAI8gG+MaJwhqUT+YlHUsoZmsIq9w4MP7v4TScmIVPsfiwxpBWpGE02OEqkh8wj2bNiEDtN07I6FmN8V1I/9AyHymX2/jMGMVCj8SSj7MgPQQ0UKd1qC+E0kpoXATLiGUMjY1e/W7pP50GcpUoCbrf7cG2g9QYmI8bNJ7GWtduyY/kaF+2Va5yc+SoPFTOluqILclcLMWy6jX9XADQOhYmS2tp6TQKdyfqeHHltRgMNz1ivGcVxBwMjrQMmDbyEf1CXbqsfzKnzVZ5+Cv6ElrVc5A==
- Cc: <julien@xxxxxxx>, <pdurrant@xxxxxxxxxx>, <dwmw@xxxxxxxxxx>, Julien Grall <jgrall@xxxxxxxxxx>
- Delivery-date: Thu, 21 Nov 2024 10:35:13 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 11/11/2024 14:11, Elias El Yandouzi wrote:
>
>
> From: Julien Grall <jgrall@xxxxxxxxxx>
>
> The arm32 version of init_secondary_pagetables() will soon be re-used
> for arm64 as well where the root table starts at level 0 rather than level 1.
>
> So rename 'first' to 'root'.
>
> Signed-off-by: Julien Grall <jgrall@xxxxxxxxxx>
> Signed-off-by: Elias El Yandouzi <eliasely@xxxxxxxxxx>
>
> ----
NIT: 3 dashes instead of 4. Otherwise this will end up in a commit msg.
This patch can be merged right away as it's not dependent on other patches.
Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>
~Michal
|