Files
linux/arch
William Cohen 7203452130 BACKPORT: Eliminate the .eh_frame sections from the aarch64 vmlinux and kernel modules
By default the aarch64 gcc generates .eh_frame sections.  Unlike
.debug_frame sections, the .eh_frame sections are loaded into memory
when the associated code is loaded.  On an example kernel being built
with this default the .eh_frame section in vmlinux used an extra 1.7MB
of memory.  The x86 disables the creation of the .eh_frame section.
The aarch64 should probably do the same to save some memory.

Signed-off-by: William Cohen <wcohen@redhat.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>

Bug: 30369029
Patchset: rework-pagetable

(cherry picked from commit 728dabd6d1)
Signed-off-by: Jeff Vander Stoep <jeffv@google.com>
Change-Id: I697baae2209d6d11f2cc447459d935f7200eb7b1
2016-09-18 14:49:08 -07:00
..
2015-12-29 17:45:49 -08:00
2015-11-22 11:35:26 +01:00
2015-11-26 22:25:58 +08:00
2015-12-21 10:16:18 +01:00
2015-12-12 10:15:34 -08:00
2015-12-08 22:26:00 +01:00