Date: Sun, 9 Dec 2018 21:53:45 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r341770 - head/sys/modules Message-ID: <201812092153.wB9LrjUv037374@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812092153.wB9LrjUv037374>