svn commit: r313344 - head/sys/conf

Andrew Turner andrew at FreeBSD.org
Mon Feb 6 15:24:53 UTC 2017


Author: andrew
Date: Mon Feb  6 15:24:52 2017
New Revision: 313344
URL: https://svnweb.freebsd.org/changeset/base/313344

Log:
  Temporary disable gicv3_its.c when FDT is missing from the kernel until
  INTRNG supports ACPI.
  
  Obtained from:	ABT Systems Ltd
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/conf/files.arm64

Modified: head/sys/conf/files.arm64
==============================================================================
--- head/sys/conf/files.arm64	Mon Feb  6 14:58:24 2017	(r313343)
+++ head/sys/conf/files.arm64	Mon Feb  6 15:24:52 2017	(r313344)
@@ -88,7 +88,7 @@ arm64/arm64/disassem.c		optional	ddb
 arm64/arm64/dump_machdep.c	standard
 arm64/arm64/elf_machdep.c	standard
 arm64/arm64/exception.S		standard
-arm64/arm64/gicv3_its.c		optional	intrng
+arm64/arm64/gicv3_its.c		optional	intrng fdt
 arm64/arm64/gic_v3.c		standard
 arm64/arm64/gic_v3_fdt.c	optional	fdt
 arm64/arm64/identcpu.c		standard


More information about the svn-src-head mailing list