Remove pre-SMP TSS code

This commit is contained in:
2025-12-30 01:50:47 +01:00
parent b279774bd6
commit d861ab56c4
3 changed files with 0 additions and 11 deletions

View File

@@ -16,6 +16,4 @@ struct tss {
uint16_t iopb_off;
} PACKED;
volatile struct tss* amd64_get_tss (void);
#endif // _KERNEL_AMD64_TSS_H