• Frederic Weisbecker's avatar
    perf tools: Use DECLARE_BITMAP instead of an open-coded array · db9f11e3
    Frederic Weisbecker authored
    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: default avatarFrederic 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: default avatarIngo Molnar <mingo@elte.hu>
    db9f11e3
asm-offsets.h 11 Bytes