On 12/06/2011 12:33 PM, Pekka Enberg wrote: > On Tue, Dec 6, 2011 at 8:03 PM, Scott Wood <scottw...@freescale.com> wrote: >> I'm seeing a lot of double-underscores -- is this common style in KVM >> tool? It's reserved for use by the compiler and system library. It's >> common in the kernel (though not used like this for namespace >> prefixes), but there's no system library involved there. > > Yes, they are KVM tool coding style which we took from perf. Double > underscore _prefixes_ are reserved in userspace but there's no reason > we can't use them in identifiers like we do.
OK, it looks like it's just C++ that also reserves non-leading double underscores -- sorry about that. -Scott -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html