svn commit: r341770 - head/sys/modules

Warner Losh imp at FreeBSD.org
Sun Dec 9 21:53:46 UTC 2018


Author: imp
Date: Sun Dec  9 21:53:45 2018
New Revision: 341770
URL: https://svnweb.freebsd.org/changeset/base/341770

Log:
  Fix typo in powerpcspe name.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sun Dec  9 21:37:34 2018	(r341769)
+++ head/sys/modules/Makefile	Sun Dec  9 21:53:45 2018	(r341770)
@@ -524,7 +524,7 @@ _cxgbe=		cxgbe
 .endif
 
 # These rely on 64bit atomics
-.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "powerpcspc" && \
+.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "powerpcspe" && \
 	${MACHINE_CPUARCH} != "mips"
 _mps=		mps
 _mpr=		mpr


More information about the svn-src-all mailing list