[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 12/22] xen/arm: fixmap: Rename the fixmap slots to follow the x86 convention
- To: Julien Grall <julien@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 22 Dec 2022 14:29:08 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; 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=xdSO9IcI/EShL/Y5dZ520U7r/P2gmaVkQwGdvlYfG+4=; b=mKqLG2RwnW63V8wvXfBuaL3U0iNdzCo/pZOdC5pFgCVkXozwTv01oJ0IWrY1d/9Z0eeZgQXTtmRiRPd4dFnI5osqwT2Mna7c87InpDXM8nkw6DzVAMRaQVW+dZ7Ba26N8s5Gq8uuFUxxeGQZgIjJYZ7CzHXRs9fHHPiaoQcFDS4TTad4DlZoW9Ee2su7ehYXPHed3nmH542m916jZamu+RP08simv9l4FJs3NT1fiFS/qAqiSyLNitxv9DJqRH8RqQYZPhiK0+WyEKIaPObiECoEDmlxMPJM6XfLpU1VCtv/xSPqjJpRacDKU2KnjTTJaEaI2lRMiPTwMwO3Ab6w4Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=iyB3ZV7+/kibrxd3JGsZUKMefwb9CZ6m9MlRv1sx/oc8RyEv7jjFMA97E41kTo1GGmr4hWt61B8Tu4rw1bK9Y+r4USnOgiosuKOUgchlCEsheTN4vKS5Sxe1uH3qEU0Uyb9b7nCZvIQQhM9hlCfhMtCY7FWzXhM8LE3h2wMplN6fn/GmyzDD3Qw88F8az5UGJY28yJddUFHP6f42LypuAVXT9vB0yGmh5o0cyt2cEvFeiFSm2ikya7Z8VWoYNWecZpZN0rTC6JcQiuO/7brYk0YCoM+t8/ULg+tA29oee/UqgxPk/M8WWZgR77QblaSPiLs+Umger+mkXj6pCDWX3A==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Julien Grall <jgrall@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Thu, 22 Dec 2022 13:29:15 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 16.12.2022 12:48, Julien Grall wrote:
> From: Julien Grall <jgrall@xxxxxxxxxx>
>
> At the moment the fixmap slots are prefixed differently between arm and
> x86.
>
> Some of them (e.g. the PMAP slots) are used in common code. So it would
> be better if they are named the same way to avoid having to create
> aliases.
>
> I have decided to use the x86 naming because they are less change. So
> all the Arm fixmap slots will now be prefixed with FIX rather than
> FIXMAP.
>
> Signed-off-by: Julien Grall <jgrall@xxxxxxxxxx>
Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
|