Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c0ed1e5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "lib: spinlock_debug: Prevent continuous spin dump logs on panic"

parents 2bdc5b8e b4c0cd89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ static void __spin_lock_debug(raw_spinlock_t *lock)
		__delay(1);
	}
	/* lockup suspected: */
	spin_dump(lock, "lockup suspected");
	spin_bug(lock, "lockup suspected");
#ifdef CONFIG_SMP
	trigger_all_cpu_backtrace();
#endif