From: Frederic Weisbecker Date: Sat, 17 Oct 2009 15:57:18 +0000 (+0200) Subject: perf tools: Use DECLARE_BITMAP instead of an open-coded array X-Git-Tag: v2.6.33-rc1~399^2~187^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9f11e36d0125a5e3e595ea9ef2e4b89f7e8737;p=pandora-kernel.git perf tools: Use DECLARE_BITMAP instead of an open-coded array Use DECLARE_BITMAP instead of an open coded array for our bitmap of featured sections. This makes the array an unsigned long instead of a u64 but since we use a 256 bits bitmap, the array size shouldn't vary between different boxes. Signed-off-by: Frederic Weisbecker Cc: Peter Zijlstra Cc: Arnaldo Carvalho de Melo Cc: Mike Galbraith Cc: Paul Mackerras Cc: Steven Rostedt LKML-Reference: <1255795038-13751-1-git-send-email-fweisbec@gmail.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed