Merge branch 'perf/urgent' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
@@ -202,7 +202,7 @@ void symbols__fixup_end(struct rb_root *symbols)
|
||||
|
||||
/* Last entry */
|
||||
if (curr->end == curr->start)
|
||||
curr->end = roundup(curr->start, 4096);
|
||||
curr->end = roundup(curr->start, 4096) + 4096;
|
||||
}
|
||||
|
||||
void __map_groups__fixup_end(struct map_groups *mg, enum map_type type)
|
||||
|
Reference in New Issue
Block a user