diff options
author | sigsegv7 <ian@vegaa.systems> | 2023-09-12 02:34:51 -0400 |
---|---|---|
committer | sigsegv7 <ian@vegaa.systems> | 2023-09-12 02:34:51 -0400 |
commit | f128b56b1a9a9cf1208c76435ad6eff69695e509 (patch) | |
tree | b60573d5b4a4001e614253cbc03deac9e8a820f5 /sys/arch/amd64 | |
parent | 0b1bd8f5ade4d3971183c12a6879dc2222b66a3d (diff) |
kernel: fix include bug
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/machdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/amd64/machdep.c b/sys/arch/amd64/machdep.c index 97f17a7..4da73ae 100644 --- a/sys/arch/amd64/machdep.c +++ b/sys/arch/amd64/machdep.c @@ -32,7 +32,6 @@ #include <machine/trap.h> #include <machine/idt.h> #include <machine/gdt.h> -#include <machine/pic.h> #define ISR(func) ((uintptr_t)func) |