diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2011-06-02 16:06:05 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2011-06-02 16:06:05 -0400 |
commit | 3d5537c160c1484e8d562b9828baf679cc53f67a (patch) | |
tree | b595364f1b0f94ac2426c8315bc5967debc7bbb0 /kernel/lockdep.c | |
parent | 7d754596756240fa918b94cd0c3011c77a638987 (diff) |
Full patch for klitirqd with Nvidia GPU support.
Diffstat (limited to 'kernel/lockdep.c')
-rw-r--r-- | kernel/lockdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/lockdep.c b/kernel/lockdep.c index f2852a510232..ebff2cf715c5 100644 --- a/kernel/lockdep.c +++ b/kernel/lockdep.c | |||
@@ -530,7 +530,7 @@ static void print_lock(struct held_lock *hlock) | |||
530 | print_ip_sym(hlock->acquire_ip); | 530 | print_ip_sym(hlock->acquire_ip); |
531 | } | 531 | } |
532 | 532 | ||
533 | static void lockdep_print_held_locks(struct task_struct *curr) | 533 | void lockdep_print_held_locks(struct task_struct *curr) |
534 | { | 534 | { |
535 | int i, depth = curr->lockdep_depth; | 535 | int i, depth = curr->lockdep_depth; |
536 | 536 | ||
@@ -546,6 +546,7 @@ static void lockdep_print_held_locks(struct task_struct *curr) | |||
546 | print_lock(curr->held_locks + i); | 546 | print_lock(curr->held_locks + i); |
547 | } | 547 | } |
548 | } | 548 | } |
549 | EXPORT_SYMBOL(lockdep_print_held_locks); | ||
549 | 550 | ||
550 | static void print_kernel_version(void) | 551 | static void print_kernel_version(void) |
551 | { | 552 | { |