• Ingo Molnar's avatar
    lockdep: Fix BFS build · bbfa2622
    Ingo Molnar authored
    Fix:
    
      kernel/built-in.o: In function `lockdep_stats_show':
      lockdep_proc.c:(.text+0x48202): undefined reference to `max_bfs_queue_depth'
    
    As max_bfs_queue_depth is only available under
    CONFIG_PROVE_LOCKING=y.
    
    Cc: Ming Lei <tom.leiming@gmail.com>
    Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
    LKML-Reference: <new-submission>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    bbfa2622
lockdep_proc.c 18.7 KB