aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r--include/linux/perf_counter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h
index 81220188d058..0f5a4005048f 100644
--- a/include/linux/perf_counter.h
+++ b/include/linux/perf_counter.h
@@ -439,6 +439,7 @@ struct perf_counter {
439 439
440 /* delayed work for NMIs and such */ 440 /* delayed work for NMIs and such */
441 int pending_wakeup; 441 int pending_wakeup;
442 int pending_kill;
442 int pending_disable; 443 int pending_disable;
443 struct perf_pending_entry pending; 444 struct perf_pending_entry pending;
444 445