VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Peter Zijlstra <peterz@infradead.org> 2021-06-21 13:12:38 +0200 committer: Ingo Molnar <mingo@kernel.org> 2021-06-22 13:56:43 +0200 commit: 49faa77759b211fff344898edc23bb780707fff5 parent: 1f008d46f1243899d27fd034ab5c41985bd16cee
Commit Summary:
locking/lockdep: Improve noinstr vs errors
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/lib/debug_locks.c b/lib/debug_locks.c
index 06d3135bd184..a75ee30b77cb 100644
--- a/lib/debug_locks.c
+++ b/lib/debug_locks.c
@@ -36,7 +36,7 @@ EXPORT_SYMBOL_GPL(debug_locks_silent);
 /*
  * Generic 'turn off all lock debugging' function:
  */
-noinstr int debug_locks_off(void)
+int debug_locks_off(void)
 {
 	if (debug_locks && __debug_locks_off()) {
 		if (!debug_locks_silent) {