Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2019 02:53:55 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344684 - head/sys/modules
Message-ID:  <201903010253.x212rt2F079955@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" && \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903010253.x212rt2F079955>