diff options
author | Ian Moffett <ian@osmora.org> | 2024-02-22 22:40:57 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-02-22 22:40:57 -0500 |
commit | 6d72600dd63f7974be433256e6beebe1c90bf403 (patch) | |
tree | 0334df0f70909b25bc5a8f5c26af6761f3389891 /sys/include/arch | |
parent | 205fb6e5a8ae229e9c9546e72e327a49df557f40 (diff) |
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 <ian@osmora.org>
Diffstat (limited to 'sys/include/arch')
-rw-r--r-- | sys/include/arch/amd64/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
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_ */ |