aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2024-10-24 03:55:22 +0000
committerKyle Evans <kevans@FreeBSD.org>2024-10-24 03:55:29 +0000
commit4f12b529f40422589404fc939ed4a92710412a61 (patch)
treef49d852cb22745e4a00e6bb1f76e0706893ff7df /sys/arm64/include
parent536c8d948e8563141356fd41fb8bfe65be289385 (diff)
downloadsrc-4f12b529f40422589404fc939ed4a92710412a61.tar.gz
src-4f12b529f40422589404fc939ed4a92710412a61.zip
sys/intr.h: formally depend on machine/intr.h
sys/intr.h originally started life as an extract of arm's intr.h, and this include was dropped in its place. Changes in flight want to add some MD definitions that we'll use in the more MI parts of INTRNG. Let's formally reverse the dependency now since this is way more common in general. All of the includes switched in this change that I spot-checked were in-fact wanting declarations historically included in sys/intr.h anyways. Reviewed by: andrew, imp, jrtc27, mhorne, mmel, olce Differential Revision: https://reviews.freebsd.org/D47002
Diffstat (limited to 'sys/arm64/include')
-rw-r--r--sys/arm64/include/intr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm64/include/intr.h b/sys/arm64/include/intr.h
index 008c377b7a16..c3fe5edc8a6c 100644
--- a/sys/arm64/include/intr.h
+++ b/sys/arm64/include/intr.h
@@ -38,8 +38,6 @@ enum root_type {
INTR_ROOT_COUNT /* MUST BE LAST */
};
-#include <sys/intr.h>
-
#ifndef NIRQ
#define NIRQ 16384 /* XXX - It should be an option. */
#endif