diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sys/include/arch/amd64/mdcpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sys/include/arch/amd64/mdcpu.h b/src/sys/include/arch/amd64/mdcpu.h index d72836a..b9d5e72 100644 --- a/src/sys/include/arch/amd64/mdcpu.h +++ b/src/sys/include/arch/amd64/mdcpu.h @@ -50,6 +50,8 @@ * @x2apic: Has the x2APIC? Is 1 if true * @tss: Task state segment for this core * @lapic_tmr_freq: Local APIC timer frequency + * @gdt: Global descriptor table instance + * @gdtr: GDT descriptor */ struct mdcore { uint32_t apic_id; |