[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH v3] arm/mem_access: add conditional build of mem_access.c
- To: Alessandro Zucchelli <alessandro.zucchelli@xxxxxxxxxxx>
- From: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
- Date: Wed, 22 May 2024 14:27:38 -0400
- Arc-authentication-results: i=1; mx.zohomail.com; dkim=pass header.i=tklengyel.com; spf=pass smtp.mailfrom=tamas@xxxxxxxxxxxxx; dmarc=pass header.from=<tamas@xxxxxxxxxxxxx>
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1716402497; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=A9vs60JC2BOykRHL9q/qT34y99SvAiU/CBGf1fQR2ug=; b=dqxPthekxSnHIHnhlK4W68YDnRs8TE3lGd4GIxsMK7juMFseLY/kgVWM/2lCfefRwyMDc8pKNMUtxA1rwaAubY5QV9SQrPOSS9F1nyKoeGTt4Vw3QiOsmZ24f4TdVW0pf5FUxRqKUybMlgg/cPymKzBKoAzdS5HO0/4Ukh5JU2Y=
- Arc-seal: i=1; a=rsa-sha256; t=1716402497; cv=none; d=zohomail.com; s=zohoarc; b=YcC+xRHHlYqCrwVwr0HaZD0jjMa3VfN7cJtgIRNIBZyZAu5vow3sM9lULxBN12iMZy2B/gi7Bum+nwv2ssJDAvvq17P6/fgblTD3mpjafLFYTHAtwL/YarZNIhOI+ro2WVT5I8RLIwZ9vpn7ZWSDiT7Df9k7pZ3i1V6qMtl8fHs=
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, consulting@xxxxxxxxxxx, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Alexandru Isaila <aisaila@xxxxxxxxxxxxxxx>, Petre Pircalabu <ppircalabu@xxxxxxxxxxxxxxx>
- Delivery-date: Wed, 22 May 2024 18:28:33 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Fri, May 10, 2024 at 8:32 AM Alessandro Zucchelli
<alessandro.zucchelli@xxxxxxxxxxx> wrote:
>
> In order to comply to MISRA C:2012 Rule 8.4 for ARM the following
> changes are done:
> revert preprocessor conditional changes to xen/mem_access.h which
> had it build unconditionally, add conditional build for xen/mem_access.c
> as well and provide stubs in asm/mem_access.h for the users of this
> header.
>
> Signed-off-by: Alessandro Zucchelli <alessandro.zucchelli@xxxxxxxxxxx>
Acked-by: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
|