summaryrefslogtreecommitdiff
path: root/i386/i386/idt.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/idt.c')
-rw-r--r--i386/i386/idt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/idt.c b/i386/i386/idt.c
index d304ec3e..021beb56 100644
--- a/i386/i386/idt.c
+++ b/i386/i386/idt.c
@@ -26,7 +26,7 @@
#include <i386at/idt.h>
#include <i386/gdt.h>
-struct real_gate idt[IDTSZ];
+struct real_gate idt[IDTSZ] __section(".data.shared");
struct idt_init_entry
{