Em Wed, Dec 17, 2014 at 02:41:16PM +0100, Jiri Olsa escreveu: > On Tue, Dec 16, 2014 at 01:57:12PM -0300, Arnaldo Carvalho de Melo wrote: > > +++ b/tools/perf/MANIFEST > > @@ -4,8 +4,10 @@ tools/lib/traceevent > > tools/lib/api > > tools/lib/symbol/kallsyms.c > > tools/lib/symbol/kallsyms.h > > +tools/lib/util/find_next_bit.c > hum, I had the impression that we will move 'generic' things under 'api' to > be built separatelly.. so whats the current notion? ;-) > what kind of code belongs to 'lib/api/...' and what to 'lib/...' ?
Well, the reasoning here was that if libkapi is for functions that provide glue over kernel APIs, which a set of bitmap handling routines is not, i.e. that is more generic and not strictly related to the kernel. - Arnaldo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

