Author: andrew
Date: Wed Feb 10 16:39:02 2016
New Revision: 295472
URL: https://svnweb.freebsd.org/changeset/base/295472
Log:
Only use fdt_pic_table when not using ARM_INTRNG
Modified:
head/sys/arm/qemu/virt_common.c
Modified: head/sys/arm/qemu/virt_common.c
==============================================================================
--- head/sys/arm/qemu/virt_common.c Wed Feb 10 16:13:59 2016
(r295471)
+++ head/sys/arm/qemu/virt_common.c Wed Feb 10 16:39:02 2016
(r295472)
@@ -41,7 +41,9 @@ struct fdt_fixup_entry fdt_fixup_table[]
{ NULL, NULL }
};
+#ifdef ARM_INTRNG
fdt_pic_decode_t fdt_pic_table[] = {
&gic_decode_fdt,
NULL
};
+#endif
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"