From: Arnaldo Carvalho de Melo Date: Wed, 1 Jul 2009 17:46:08 +0000 (-0300) Subject: perf_counter tools: Share list.h with the kernel X-Git-Tag: v2.6.31-rc3~32^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5da50258584469ddfee6545feb4eb2252a8d7e7b;p=pandora-kernel.git perf_counter tools: Share list.h with the kernel The copy we were using came from another copy I did for the dwarves (pahole) package, that came from the kernel years ago. The only function that is used by the perf tools and that isn't in the kernel is list_del_range, that I'm leaving in the perf tools only for now. Signed-off-by: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Paul Mackerras LKML-Reference: <20090701174608.GA5823@ghostprotocols.net> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed