svn commit: r344684 - head/sys/modules
Ian Lepore
ian at FreeBSD.org
Fri Mar 1 02:53:55 UTC 2019
Author: ian
Date: Fri Mar 1 02:53:54 2019
New Revision: 344684
URL: https://svnweb.freebsd.org/changeset/base/344684
Log:
Undo accidental part of r344681.
I think I must have accidentally mouse-click pasted while scrolling and
didn't notice it.
Reported by: jhibbits@
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile Fri Mar 1 02:49:47 2019 (r344683)
+++ head/sys/modules/Makefile Fri Mar 1 02:53:54 2019 (r344684)
@@ -542,7 +542,7 @@ SUBDIR+= zfs
.if (${MACHINE_CPUARCH} == "mips" && ${MACHINE_ARCH:Mmips64} == "")
_hwpmc_mips24k= hwpmc_mips24k
-_hwpmc_mips74k= hwpmc_mips74kwheel
+_hwpmc_mips74k= hwpmc_mips74k
.endif
.if ${MACHINE_CPUARCH} != "aarch64" && ${MACHINE_CPUARCH} != "arm" && \
More information about the svn-src-all
mailing list