svn commit: r284258 - head/sys/conf

Ruslan Bukin br at FreeBSD.org
Thu Jun 11 13:00:20 UTC 2015


Author: br
Date: Thu Jun 11 13:00:20 2015
New Revision: 284258
URL: https://svnweb.freebsd.org/changeset/base/284258

Log:
  Consider sorting.

Modified:
  head/sys/conf/files.arm64

Modified: head/sys/conf/files.arm64
==============================================================================
--- head/sys/conf/files.arm64	Thu Jun 11 12:47:13 2015	(r284257)
+++ head/sys/conf/files.arm64	Thu Jun 11 13:00:20 2015	(r284258)
@@ -2,7 +2,6 @@
 arm/arm/devmap.c		standard
 arm/arm/generic_timer.c		standard
 arm/arm/pmu.c			standard
-arm64/arm64/unwind.c		optional	ddb | kdtrace_hooks
 arm64/arm64/autoconf.c		standard
 arm64/arm64/bcopy.c		standard
 arm64/arm64/bus_machdep.c	standard
@@ -39,6 +38,7 @@ arm64/arm64/swtch.S		standard
 arm64/arm64/sys_machdep.c	standard
 arm64/arm64/trap.c		standard
 arm64/arm64/uio_machdep.c	standard
+arm64/arm64/unwind.c		optional	ddb | kdtrace_hooks
 arm64/arm64/vfp.c		standard
 arm64/arm64/vm_machdep.c	standard
 dev/fdt/fdt_arm64.c		optional	fdt


More information about the svn-src-head mailing list