Date: Fri, 17 Apr 2020 16:55:15 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r360046 - head/sys/conf Message-ID: <202004171655.03HGtFFA072997@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004171655.03HGtFFA072997>