intel64/arch.h: fix ist_t structure, there is no reserved5 field

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
p-szafonimateusz 2024-04-03 11:53:40 +02:00 committed by Xiang Xiao
parent 8b09118350
commit 0aac7d929d
1 changed files with 1 additions and 2 deletions

View File

@ -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;