Mark Rutland 80d63bc39f 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 <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2018-07-12 14:49:48 +01:00
..
2017-11-15 10:56:56 -08:00
2018-02-09 09:44:25 -08:00
2018-07-12 14:40:38 +01:00
2018-07-05 17:24:14 +01:00
2018-03-19 18:14:27 +00:00
2018-07-12 14:40:39 +01:00
2018-07-12 14:49:47 +01:00
2018-02-26 10:48:01 +01:00
2018-01-13 10:45:03 +00:00
2018-07-05 17:24:14 +01:00
2018-07-12 14:40:39 +01:00
2018-07-12 14:40:39 +01:00
2017-08-09 12:16:28 +01:00