:: commit 443b7199c1bcdec5b1eae136e051f579028bb0b9

Mintsuki <mintsuki@protonmail.com> — 2025-09-21 19:16

parents: 5ee65db085

Revert "misc: Gate sys/idt.h include in entry.s2.c behind x86 check"

This reverts commit 83b6d7816d609ff7c5a9fe688ae10a45c0c6786d.
diff --git a/common/entry.s2.c b/common/entry.s2.c
index b553083c..9de0697f 100644
--- a/common/entry.s2.c
+++ b/common/entry.s2.c
@@ -21,9 +21,7 @@
 #include <pxe/pxe.h>
 #include <pxe/tftp.h>
 #include <drivers/disk.h>
-#if defined (__x86_64__) || defined (__i386__)
-#  include <sys/idt.h>
-#endif
+#include <sys/idt.h>
 #include <sys/cpu.h>
 
 struct volume *boot_volume;
tab: 248 wrap: offon