diff options
author | zbb <zbb@FreeBSD.org> | 2015-07-06 18:27:41 +0000 |
---|---|---|
committer | zbb <zbb@FreeBSD.org> | 2015-07-06 18:27:41 +0000 |
commit | 5265baf79188cf2d7486f5201758a822de44f44e (patch) | |
tree | e232a18be73c53570fcedf3f8eed8e201ecd345d /sys/conf | |
parent | 88db72c33d1ad5dce66abef1702fccaf08fcfdcf (diff) | |
download | FreeBSD-src-5265baf79188cf2d7486f5201758a822de44f44e.zip FreeBSD-src-5265baf79188cf2d7486f5201758a822de44f44e.tar.gz |
Introduce ITS support for ARM64
Add ARM ITS (Interrupt Translation Services) support required
to bring-up message signalled interrupts on some ARM64 platforms.
Obtained from: Semihalf
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.arm64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64 index 1b25554..d4301ac 100644 --- a/sys/conf/files.arm64 +++ b/sys/conf/files.arm64 @@ -27,6 +27,7 @@ arm64/arm64/gic_acpi.c optional acpi arm64/arm64/gic_fdt.c optional fdt arm64/arm64/gic_v3.c standard arm64/arm64/gic_v3_fdt.c optional fdt +arm64/arm64/gic_v3_its.c standard arm64/arm64/identcpu.c standard arm64/arm64/intr_machdep.c standard arm64/arm64/in_cksum.c optional inet | inet6 |