From 6d72600dd63f7974be433256e6beebe1c90bf403 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 22 Feb 2024 22:40:57 -0500 Subject: kernel/amd64: Create per-processor context storage This commit introduces per-processor context storage within the IA32_KERNEL_GS_BASE MSR Signed-off-by: Ian Moffett --- sys/include/arch/amd64/cpu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/include/arch') diff --git a/sys/include/arch/amd64/cpu.h b/sys/include/arch/amd64/cpu.h index cff86f5..7186a5f 100644 --- a/sys/include/arch/amd64/cpu.h +++ b/sys/include/arch/amd64/cpu.h @@ -111,6 +111,5 @@ amd64_read_gs_base(void) } struct cpu_info *amd64_this_cpu(void); -struct cpu_info *amd64_get_bsp(void); #endif /* !_AMD64_CPU_H_ */ -- cgit v1.2.3