Date: Thu, 11 Dec 2008 16:57:24 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r185932 - head/sys/sys Message-ID: <20081211165343.T97918@maildrop.int.zabbadoz.net> In-Reply-To: <200812111544.mBBFir50068918@svn.freebsd.org> References: <200812111544.mBBFir50068918@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 11 Dec 2008, Bjoern A. Zeeb wrote: > Author: bz > Date: Thu Dec 11 15:44:53 2008 > New Revision: 185932 > URL: http://svn.freebsd.org/changeset/base/185932 > > Log: > Error in case anyone tried to compile with both options VIMAGE and > the (temporary) option VIMAGE_GLOBALS. Hi, in case anyone wonders what those options mean, do or ill do, there is a wiki page here: http://wiki.freebsd.org/Image/KernelOptions > Sponsored by: The FreeBSD Foundation: > > Modified: > head/sys/sys/vimage.h > > Modified: head/sys/sys/vimage.h > ============================================================================== > --- head/sys/sys/vimage.h Thu Dec 11 15:42:59 2008 (r185931) > +++ head/sys/sys/vimage.h Thu Dec 11 15:44:53 2008 (r185932) > @@ -60,6 +60,10 @@ struct vnet_modlink { > .vmi_symmap = m_symmap \ > }; > > +#if defined(VIMAGE) && defined(VIMAGE_GLOBALS) > +#error "You cannot have both option VIMAGE and option VIMAGE_GLOBALS!" > +#endif > + > #ifdef VIMAGE_GLOBALS > #define VSYM(base, sym) (sym) > #else > -- Bjoern A. Zeeb The greatest risk is not taking one.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081211165343.T97918>