diff options
author | 2022-04-06 02:29:22 +0300 | |
---|---|---|
committer | 2022-04-07 08:27:52 -0700 | |
commit | 15104de122a4f0258981b06ed94cf616a6eb03ef (patch) | |
tree | 766577a48f56dc1ed81c2582a5ecf3d04c458b98 /include/linux | |
parent | x86/tdx: Detect TDX at early kernel decompression time (diff) | |
download | wireguard-linux-15104de122a4f0258981b06ed94cf616a6eb03ef.tar.xz wireguard-linux-15104de122a4f0258981b06ed94cf616a6eb03ef.zip |
x86: Adjust types used in port I/O helpers
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@linux.intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20220405232939.73860-14-kirill.shutemov@linux.intel.com
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions