Re: [PATCHv4 13/30] x86: Adjust types used in port I/O helpers

From: Dave Hansen
Date: Thu Feb 24 2022 - 16:24:52 EST


On 2/24/22 07:56, Kirill A. Shutemov wrote:
> Change port I/O helpers to use u8/u16/u32 instead of unsigned
> char/short/int for values. Use u16 instead of int for port number.
>
> It aligns the helpers with implementation in boot stub in preparation
> for consolidation.
>
> Signed-off-by: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx>

Acked-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>