• David Miller's avatar
    perf sched: Fix build failure on sparc · 2cd9046c
    David Miller authored
    Here, tvec->tv_usec is "unsigned int" not "unsigned long".
    
    Since the type is different on every platform, it's probably
    best to just use long printf formats and cast.
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
    Cc: Mike Galbraith <efault@gmx.de>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    LKML-Reference: <20091213.235622.53363059.davem@davemloft.net>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    2cd9046c
sched-pipe.c 2.68 KB