svn commit: r360046 - head/sys/conf
Mark Johnston
markj at FreeBSD.org
Fri Apr 17 16:55:15 UTC 2020
Author: markj
Date: Fri Apr 17 16:55:14 2020
New Revision: 360046
URL: https://svnweb.freebsd.org/changeset/base/360046
Log:
Always compile minidump_machdep.c on arm.
It is not logically dependent on "device mem", and an arm kernel
compiled without that device fails to link since the minidumpsys()
symbol is referenced by kern_dump.c.
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/conf/files.arm
Modified: head/sys/conf/files.arm
==============================================================================
--- head/sys/conf/files.arm Fri Apr 17 16:31:07 2020 (r360045)
+++ head/sys/conf/files.arm Fri Apr 17 16:55:14 2020 (r360046)
@@ -53,7 +53,7 @@ arm/arm/machdep_kdb.c standard
arm/arm/machdep_intr.c standard
arm/arm/machdep_ptrace.c standard
arm/arm/mem.c optional mem
-arm/arm/minidump_machdep.c optional mem
+arm/arm/minidump_machdep.c standard
arm/arm/mp_machdep.c optional smp
arm/arm/mpcore_timer.c optional mpcore_timer
arm/arm/nexus.c standard
More information about the svn-src-all
mailing list