aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r--include/linux/perf_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index 7bd17f0488f8..09cd9c1abfda 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -588,8 +588,8 @@ struct perf_mmap_data {
588 struct rcu_head rcu_head; 588 struct rcu_head rcu_head;
589#ifdef CONFIG_PERF_USE_VMALLOC 589#ifdef CONFIG_PERF_USE_VMALLOC
590 struct work_struct work; 590 struct work_struct work;
591 int page_order; /* allocation order */
591#endif 592#endif
592 int data_order; /* allocation order */
593 int nr_pages; /* nr of data pages */ 593 int nr_pages; /* nr of data pages */
594 int writable; /* are we writable */ 594 int writable; /* are we writable */
595 int nr_locked; /* nr pages mlocked */ 595 int nr_locked; /* nr pages mlocked */