aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorMark Rutland <[email protected]>2018-07-11 14:56:49 +0100
committerWill Deacon <[email protected]>2018-07-12 14:49:48 +0100
commit80d63bc39f9ace9c1d2bef7f921d2f3ef2037d4b (patch)
treea2777e911dc56541190485de76b2e0a53e2f9067 /scripts/gdb/linux/modules.py
parentbaaa7237fecc5ada99e518f38541126977ca7ff4 (diff)
arm64: drop alignment from syscall tables
Our syscall tables are aligned to 4096 bytes, which allowed their addresses to be generated with a single adrp in entry.S. This has the unfortunate property of wasting space in .rodata for the necessary padding. Now that the address is generated by C code, we can rely on the compiler to do the right thing, and drop the alignemnt. Signed-off-by: Mark Rutland <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions