diff options
author | Ian Moffett <ian@osmora.org> | 2024-04-09 18:03:18 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-04-09 18:03:18 -0400 |
commit | 068aa7991a41f52fb3f58232e5ad27d546538191 (patch) | |
tree | 49455a0ef9e20c7d40e54721e08da08a4c453bb3 /sys/arch/amd64 | |
parent | 4efaeafbf6439d544fad1d490a07a15fb7aa23ba (diff) |
kernel/amd64: tss: Remove useless whitespace
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/tss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/amd64/amd64/tss.c b/sys/arch/amd64/amd64/tss.c index 332bb12..c2ca6af 100644 --- a/sys/arch/amd64/amd64/tss.c +++ b/sys/arch/amd64/amd64/tss.c @@ -46,7 +46,6 @@ alloc_resources(struct cpu_info *cpu) const size_t STACK_SIZE = 0x1000; static uintptr_t rsp0_base = 0, rsp0 = 0; - /* * Allocate TSS entries for this CPU */ |