diff options
Diffstat (limited to 'sys/inc/arch/amd64/mcb.h')
| -rw-r--r-- | sys/inc/arch/amd64/mcb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/inc/arch/amd64/mcb.h b/sys/inc/arch/amd64/mcb.h index 8d0777a..eb63365 100644 --- a/sys/inc/arch/amd64/mcb.h +++ b/sys/inc/arch/amd64/mcb.h @@ -39,10 +39,12 @@ * * @hwid: Hardware APIC ID * @xapic_io: MMIO base for the legacy xAPIC + * @has_x2apic: Set if x2APIC mode is supported */ struct mcb { uint32_t hwid; void *xapic_io; + uint8_t has_x2apic : 1; }; #endif /* !_MACHINE_MCB_H_ */ |
