diff options
Diffstat (limited to 'tools/perf/util/rblist.h')
-rw-r--r-- | tools/perf/util/rblist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/rblist.h b/tools/perf/util/rblist.h index 76df15c27f5f..14b232a4d0b6 100644 --- a/tools/perf/util/rblist.h +++ b/tools/perf/util/rblist.h @@ -20,7 +20,7 @@ */ struct rblist { - struct rb_root entries; + struct rb_root_cached entries; unsigned int nr_entries; int (*node_cmp)(struct rb_node *rbn, const void *entry); |