summaryrefslogtreecommitdiff
path: root/src/sys/include/arch
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/arch')
-rw-r--r--src/sys/include/arch/amd64/mdcpu.h2
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;