diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-20 00:25:47 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-20 00:25:47 -0400 |
commit | 7d12f15bb569b47d4c8a70e5ec81ad5e3409dcf0 (patch) | |
tree | b422249fc113e3bb39c4fac09db9a14c4106055b /sys/include | |
parent | 0b53e513c4c3a89a0b24b34e3f07773ed9f795b8 (diff) |
kernel/amd64: Remove unused 'intr_entry' struct
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/arch/amd64/intr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/include/arch/amd64/intr.h b/sys/include/arch/amd64/intr.h index 2a8d487..5e3f397 100644 --- a/sys/include/arch/amd64/intr.h +++ b/sys/include/arch/amd64/intr.h @@ -47,10 +47,6 @@ #define IPL_CLOCK 2 /* Clock */ #define IPL_HIGH 3 /* Defer everything */ -struct intr_entry { - int priority; -}; - /* * Interrupt handler * |