mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
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:
committed by
Xiang Xiao
parent
8b09118350
commit
0aac7d929d
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user