Date: Sat, 24 Mar 2012 05:16:27 +0000 (UTC) From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r233411 - head/sys/modules/cyclic Message-ID: <201203240516.q2O5GR2i013892@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gonzo Date: Sat Mar 24 05:16:26 2012 New Revision: 233411 URL: http://svn.freebsd.org/changeset/base/233411 Log: Jusy use i386 version of cyclic_machdep.c on all supported architectures. It's generic enough to cover all of them. Modified: head/sys/modules/cyclic/Makefile Modified: head/sys/modules/cyclic/Makefile ============================================================================== --- head/sys/modules/cyclic/Makefile Sat Mar 24 05:15:14 2012 (r233410) +++ head/sys/modules/cyclic/Makefile Sat Mar 24 05:16:26 2012 (r233411) @@ -10,7 +10,7 @@ SRCS+= vnode_if.h CFLAGS+= -I${.CURDIR}/../../cddl/compat/opensolaris \ -I${.CURDIR}/../../cddl/contrib/opensolaris/uts/common \ -I${.CURDIR}/../.. \ - -I${.CURDIR}/../../cddl/dev/cyclic/${MACHINE_CPUARCH:S/amd64/i386/} + -I${.CURDIR}/../../cddl/dev/cyclic/i386 CFLAGS+= -DDEBUG=1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203240516.q2O5GR2i013892>