aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
authorFrederic Weisbecker <fweisbec@gmail.com>2009-10-17 17:57:18 +0200
committerIngo Molnar <mingo@elte.hu>2009-10-19 09:26:35 +0200
commitdb9f11e36d0125a5e3e595ea9ef2e4b89f7e8737 (patch)
treed0622b32432b06391a3f0ebece4d296a72bd0f3b /tools/perf/Makefile
parent2ba0825075e76236d22a20decd8e2346a99faabe (diff)
downloadkernel_samsung_smdk4412-db9f11e36d0125a5e3e595ea9ef2e4b89f7e8737.zip
kernel_samsung_smdk4412-db9f11e36d0125a5e3e595ea9ef2e4b89f7e8737.tar.gz
kernel_samsung_smdk4412-db9f11e36d0125a5e3e595ea9ef2e4b89f7e8737.tar.bz2
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 <fweisbec@gmail.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Steven Rostedt <rostedt@goodmis.org> LKML-Reference: <1255795038-13751-1-git-send-email-fweisbec@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/Makefile')
0 files changed, 0 insertions, 0 deletions