[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] xen: remove <asm/delay.h>


  • To: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Tue, 31 Oct 2023 11:41:04 +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=5Ne5CTvhi38xoXQGZMljvDY2wcpzCCeKvFhkurlLsBI=; b=iGxqT5y/9Lc1hn12++tgYMZKbcHrZ5rJjvNR6wFC46KcSbDXdhyQT5yf+vYFbQX5roRkW10R0uqpmwBt90VhP/djlfeYyur2ORBx2lIW2klGmSCIAjfqOTYX7YR5TjKKX0lO0mRQoxReewwBjqcJtB/WxJY45VxlKNnIq5MJ9Gh0IQvbQi2Wirrie05dYHPTUt5zExTXlCAe9UioFY2J09UCMAqtc9ZCW4qyGbhMMCFlXFVgBIZtT49QmvKS+vU0OQZ3nwMT/j9sD1mxG2O8Vlv2O+uClcl6McHIRgVl2rDLC4H4IEIPfqBjxgx5MUZlPaKNbjuHe2IcgmkdtTlCWg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=f2B8X3UNZ94GJrywAEVgJVsQ5v+K4pmHlYN1Jqp2gJCEI/blS6fAGbbO91cWjLuSda7QVHiAOHOLY8Wa58WzRoFoP9AeU4GXHJc73J0EZ1CK53ovesbfenR1Wayl0CdYlqlbknPoMdToLadq31WGbWnZSsUVGPTogQ370YnnRL6R5yupUJoM+89yIMxsiEKSVz6Kb55t7GnXng/DlXDJWT/CwM04C4feDP3NflXVgtON6NiAf+Y9s2NJJbRPKVSwHuAhzoXID3e+yh/m+gl3JBo+pPiEMEB4AIAkO/wvjSk5sr/mgeHCUI8C5ha5kx4FK3v02T5pHVwrenBM5h1PeQ==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
  • 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>, Wei Liu <wl@xxxxxxx>, Bob Eshleman <bobbyeshleman@xxxxxxxxx>, Alistair Francis <alistair.francis@xxxxxxx>, Connor Davis <connojdavis@xxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • Delivery-date: Tue, 31 Oct 2023 10:41:46 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 31.10.2023 11:12, Oleksii Kurochko wrote:
> <asm/delay.h> only declares udelay() function so udelay()  
> declaration was moved to xen/delay.h.
> 
> For x86, __udelay() was renamed to udelay() and removed
> inclusion of <asm/delay.h> in x86 code.
> 
> Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
> ---
>  xen/arch/arm/include/asm/delay.h   | 14 --------------
>  xen/arch/riscv/include/asm/delay.h | 13 -------------
>  xen/arch/x86/cpu/microcode/core.c  |  2 +-
>  xen/arch/x86/delay.c               |  2 +-
>  xen/arch/x86/include/asm/delay.h   | 13 -------------
>  xen/include/xen/delay.h            |  3 ++-
>  6 files changed, 4 insertions(+), 43 deletions(-)
>  delete mode 100644 xen/arch/arm/include/asm/delay.h
>  delete mode 100644 xen/arch/riscv/include/asm/delay.h
>  delete mode 100644 xen/arch/x86/include/asm/delay.h

What about xen/arch/ppc/include/asm/delay.h? With that also removed
Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
(and maybe also Suggested-by:?)

Jan



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.