svn commit: r295472 - head/sys/arm/qemu

Andrew Turner andrew at FreeBSD.org
Wed Feb 10 16:39:03 UTC 2016


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


More information about the svn-src-head mailing list