diff options
author | Helge Deller <deller@gmx.de> | 2023-11-22 23:18:14 +0100 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2024-10-19 13:40:42 -0700 |
commit | 03ddd2f17e28fe0e53a702469b1b751d40f5efbb (patch) | |
tree | ef5b323a8e34647eca34b7d9a27c74bbe0233871 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 335de24e5e774aa94ff9551b3194fe15f52ea1d9 (diff) |
modules: Add missing entry for __ex_table
The entry for __ex_table was missing, which may make __ex_table
become 1- or 2-byte aligned in modules.
Add the entry to ensure it gets 32-bit aligned.
As per unaligned-memory-access [0] "unaligned memory accesses [...]
will not work correctly on certain platforms and will cause performance
problems on others", so fix this.
Signed-off-by: Helge Deller <deller@gmx.de>
[mcgrof: added unaligned-memory-access justification]
Link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/core-api/unaligned-memory-access.rst # [0]
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions