diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-20 19:24:02 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-20 19:24:02 -0400 |
| commit | ff446f2001cf9b5ed97c6256c4ee3549d3b7abed (patch) | |
| tree | ec5fd60a8b9c21ae85eaa99003f26e6c342e2234 /lib/spinlock_debug.c | |
| parent | 78091dc2f6f04b03131218df590c877cadcd9379 (diff) | |
| parent | 485802a6c524e62b5924849dd727ddbb1497cc71 (diff) | |
Merge 3.5-rc3 into usb-next
This lets us catch the USB fixes that went into 3.5-rc3 into this branch,
as we want them here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/spinlock_debug.c')
| -rw-r--r-- | lib/spinlock_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spinlock_debug.c b/lib/spinlock_debug.c index d0ec4f3d1593..e91fbc23fff1 100644 --- a/lib/spinlock_debug.c +++ b/lib/spinlock_debug.c | |||
| @@ -118,7 +118,7 @@ static void __spin_lock_debug(raw_spinlock_t *lock) | |||
| 118 | /* lockup suspected: */ | 118 | /* lockup suspected: */ |
| 119 | if (print_once) { | 119 | if (print_once) { |
| 120 | print_once = 0; | 120 | print_once = 0; |
| 121 | spin_dump(lock, "lockup"); | 121 | spin_dump(lock, "lockup suspected"); |
| 122 | #ifdef CONFIG_SMP | 122 | #ifdef CONFIG_SMP |
| 123 | trigger_all_cpu_backtrace(); | 123 | trigger_all_cpu_backtrace(); |
| 124 | #endif | 124 | #endif |
