aboutsummaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/amd64/tss.c1
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
*/