Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 13:22:13 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r360253 - stable/12/sys/conf
Message-ID:  <202004241322.03ODMDo1075737@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Fri Apr 24 13:22:13 2020
New Revision: 360253
URL: https://svnweb.freebsd.org/changeset/base/360253

Log:
  MFC r360046:
  Always compile minidump_machdep.c on arm.

Modified:
  stable/12/sys/conf/files.arm
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/conf/files.arm
==============================================================================
--- stable/12/sys/conf/files.arm	Fri Apr 24 13:20:37 2020	(r360252)
+++ stable/12/sys/conf/files.arm	Fri Apr 24 13:22:13 2020	(r360253)
@@ -54,7 +54,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?202004241322.03ODMDo1075737>