diff options
author | 2017-04-15 15:31:11 +0200 | |
---|---|---|
committer | 2017-04-15 15:31:11 +0200 | |
commit | d1b25279c1a3fe99a14b3afc6d590e218f854b10 (patch) | |
tree | c5bb8bf18477aafe66ed22380846c8967ea21939 /tools/perf | |
parent | genirq: Use cpumask_available() for check of cpumask variable (diff) | |
parent | irqchip/irq-imx-gpcv2: Clear OF_POPULATED flag (diff) | |
download | wireguard-linux-d1b25279c1a3fe99a14b3afc6d590e218f854b10.tar.xz wireguard-linux-d1b25279c1a3fe99a14b3afc6d590e218f854b10.zip |
Merge tag 'irqchip-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Pull irqchip updates from Marc Zyngier
- Unify gemini and moxa irqchips under the faraday banner
- Extend mtk-sysirq to deal with multiple MMIO regions
- ACPI/IORT support for GICv3 ITS platform MSI
- ACPI support for mbigen
- Add mtk-cirq wakeup interrupt controller driver
- Atmel aic5 suspend support
- Allow GPCv2 to be probed both as an irqchip and a device
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/util/symbol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index 70e389bc4af7..9b4d8ba22fed 100644 --- a/tools/perf/util/symbol.c +++ b/tools/perf/util/symbol.c @@ -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) |