misc: IDT itself does not need to be in .realmode
diff --git a/stage23/sys/idt.s2.c b/stage23/sys/idt.s2.c
index cc514042..4d4af156 100644
--- a/stage23/sys/idt.s2.c
+++ b/stage23/sys/idt.s2.c
@@ -5,7 +5,6 @@
#if defined (bios)
-__attribute__((section(".realmode")))
static struct idt_entry idt_entries[32];
__attribute__((section(".realmode")))
