]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/perf_event.h
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / include / linux / perf_event.h
index 5fcbf7d2712a83301da0295650e4df56b913305d..c66b34f75eea5f82662cbe3dcba81198248ee56e 100644 (file)
@@ -675,7 +675,7 @@ struct perf_event_context {
         * Protect the states of the events in the list,
         * nr_active, and the list:
         */
-       spinlock_t                      lock;
+       raw_spinlock_t                  lock;
        /*
         * Protect the list of events.  Locking either mutex or lock
         * is sufficient to ensure the list doesn't change; to change