From 0aac7d929d5785eefb6694a0314870dbe8fb0654 Mon Sep 17 00:00:00 2001 From: p-szafonimateusz Date: Wed, 3 Apr 2024 11:53:40 +0200 Subject: [PATCH] intel64/arch.h: fix ist_t structure, there is no reserved5 field Signed-off-by: p-szafonimateusz --- arch/x86_64/include/intel64/arch.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/x86_64/include/intel64/arch.h b/arch/x86_64/include/intel64/arch.h index a19e862cfe..1fd022d9a6 100644 --- a/arch/x86_64/include/intel64/arch.h +++ b/arch/x86_64/include/intel64/arch.h @@ -349,8 +349,7 @@ begin_packed_struct struct ist_s uint64_t IST6; /* Interrupt Stack 6 */ uint64_t IST7; /* Interrupt Stack 7 */ uint64_t reserved3; /* reserved */ - uint64_t reserved4; /* reserved */ - uint16_t reserved5; /* reserved */ + uint16_t reserved4; /* reserved */ uint16_t IOPB_OFFSET; /* IOPB_offset */ } end_packed_struct;