[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] xen/include: move definition of ASM_INT() to xen/linkage.h
- To: Juergen Gross <jgross@xxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Thu, 11 Apr 2024 15:33:38 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=suse.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=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=aLZfrGIJBUtElR6uQavfhF/pzO2vpb6tUTF3vAKf8GM=; b=HWH3tUJokhGOeMmCmd9/HtW6gG95e1v4G6sBgDsclSIR/Pms8pEaik1S9+1Vd9azE7FTuSfMaF1FFOPIkYlvxJkSldN+J1Z2jdkXB1jhvegrTO0hrRdUBQqcy6b3wZBA9091G5jrr8YxHcn17XPGQgzmL8yt36IhSblMyuweBfABQVPLQk6+JFlfkJqvQftOKKRvc43/NJGNOonWrj5VVBmEEPUd8Y6ztBjxjwLX1P4pZxvRQ75d1CBzDavjXZgIcvNS1mnSxlZvH/+nG4U+EoPHDPDZra3JWxWLpuFfC+1qefzHdYH8o0QZyRsXh96zs4lsBT+7l0F60zs4mGDpwQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lb1c0/u2hv4+RsgESUIAqo5o1XbGxR3Llbbm75Gl626q4+nhKA7AjSzGxt/QZt5yPf5GfcjC07oHp4w9IInrZ8YwMao+bfLOcDii+Lxf9tDnxs3c1rsSOfJYRP5pV7tdJwhoChvtpTejlwnMXCCAHRdeRwXlrDi2uD+dUYU7AgIk3VTokjIRzKWIYXcO5G3wag5CQbnsdOvVMvAfgDd8Oj6ca3b2BJlZj5Yc+/LYMsyXNCUvfjv5uvgBTExMEqsAN13nGE5/rH9nefbaQXVgg9yOS5olqpcHe55nepJ/mNC4IMUp+wOBsd61xUmOKiicWht8GhgMNZUKWqRJOMAwJQ==
- Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, "Volodymyr Babchuk" <Volodymyr_Babchuk@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, "Jan Beulich" <jbeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Thu, 11 Apr 2024 13:33:55 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 03/04/2024 14:03, Juergen Gross wrote:
>
>
> ASM_INT() is defined in arch/[arm|x86]/include/asm/asm_defns.h in
> exactly the same way. Instead of replicating this definition for riscv
> and ppc, move it to include/xen/linkage.h, where other arch agnostic
> definitions for assembler code are living already.
>
> Adapt the generation of assembler sources via tools/binfile to include
> the new home of ASM_INT().
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Acked-by: Michal Orzel <michal.orzel@xxxxxxx>
~Michal
|