psi: introduce state_mask to represent stalled psi states
[linux-2.6-microblaze.git] / kernel / stop_machine.c
index 067cb83..7231fb5 100644 (file)
@@ -513,7 +513,7 @@ repeat:
                }
                preempt_count_dec();
                WARN_ONCE(preempt_count(),
-                         "cpu_stop: %pf(%p) leaked preempt count\n", fn, arg);
+                         "cpu_stop: %ps(%p) leaked preempt count\n", fn, arg);
                goto repeat;
        }
 }