[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/9] xen/arm32: head: Remove 'r6' from the clobber list of create_page_tables()
 
- To: Julien Grall <julien@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
 
- From: Michal Orzel <michal.orzel@xxxxxxx>
 
- Date: Mon, 26 Jun 2023 13:31:25 +0200
 
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=xen.org 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
 
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=WRzXEuCdUF6N9Cf0yuaoWMNHh8QNFwi+UQgq+EnFytA=; b=FfPgIekGE8nyrE7aO6ifvOA4gp+qJI2wrGnOf4GQfVMTcrFLGr8RGSCfu4+QJv2MBkckPeSnarrJrUJ7nvpcOZjBfqmgo5R3af0hNCLoddgZkWjYyBb7otGNhF3N+kPQlHcPX489Z973+8pA7qD4SMDY3yWk/c01NGy5C9rd1EKjjmNp3tM2ze4abuIwbDobnOmX8inhRSi8aNf5se4SIJuufuSJXX/qEiV9ZBjvgbRNwB7mxSUgW+tC+fdIB/0mpELMSpil0oc+YYnf9m40lzZMe/yK/LHdI81/BgCr/2HDxDrnSzFsWd5wZAhzAyFvA35IbdV/IbvIsjNEqeYqiw==
 
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dzBtjwu+0/ads2SvWFBzypHxwONFL7p4Vdxw+nkQVPwB5SZA0ZXV+vC1V643ZPvtD6mtA//mK8qg6bHgti0GxBoj3owGXIrZyzOl/EosSutpX2ySjGi1NDvsH9DbVMRkzi7QnBMp7Eko4ju7elSoUMSWtzRzQ+A4v2teaWvJy//9MH2UHgoKCPX+CSF2BjMQOOFkbmL6y7GXBMmS0fqRZrRoqoTsRUd6aCnS/Q+YMOjLcRYo1HYT8CN7JHb3Sc8biqK1SsrM17FOvqlqcACOxA8kBXvUSiY3LTuwLLMwKClI0frvMAFSAp6FSeIG5T5CPpzxvdx5LNpYg4j6+t2L/w==
 
- Cc: <Luca.Fancellu@xxxxxxx>, <Henry.Wang@xxxxxxx>, Julien Grall	<jgrall@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, "Bertrand Marquis" <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk	<Volodymyr_Babchuk@xxxxxxxx>
 
- Delivery-date: Mon, 26 Jun 2023 11:31:36 +0000
 
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
 
 
 
On 25/06/2023 22:49, Julien Grall wrote:
> 
> 
> From: Julien Grall <jgrall@xxxxxxxxxx>
> 
> Since commit 62529f16c8a2 ("xen/arm32: head: Use a page mapping for the
> 1:1 mapping in create_page_tables()"), the register 'r6' is not used
> anymore within create_page_tables(). So remove it from the documentation.
> 
> Signed-off-by: Julien Grall <jgrall@xxxxxxxxxx>
Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>
~Michal
 
    
     |