Date: Tue, 31 Dec 2002 13:49:08 -0800 (PST) From: Nate Lawson <nate@root.org> To: "Alan L. Cox" <alc@imimic.com> Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/sys/vm vm_map.c vm_map.h Message-ID: <Pine.BSF.4.21.0212311346280.90438-100000@root.org> In-Reply-To: <3E120AAF.539CB4F1@imimic.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 31 Dec 2002, Alan L. Cox wrote: > Nate Lawson wrote: > > Please use the non-underscore, exported mtx_* routines. The macros expand > > to the same thing unless you're doing something strange w/ file and line > > (but I don't see that in your patch). > > Yes, they expand to rather useless information: line X of _vm_map_lock. > As I've written it, any messages will report the call site of > _vm_map_lock, which is what we want to know. Thanks for correcting me. Any idea why the non-underscore funcs can't use a more useful value like __LINE__? -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0212311346280.90438-100000>