From 929c34a4a233bbc466489c675b1493428082cdf0 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 16 Sep 2025 23:22:36 -0400 Subject: kern/amd64: mdcpu: Document GDT fields in mdcore Signed-off-by: Ian Moffett --- src/sys/include/arch/amd64/mdcpu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sys/include/arch/amd64/mdcpu.h') 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; -- cgit v1.2.3