diff options
author | Henrik Kretzschmar <henne@nachtwindheim.de> | 2010-08-10 21:02:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-11 11:59:09 -0400 |
commit | ec81c9cc2f58a3a9f9637c390ea83efe9f91abf7 (patch) | |
tree | cfb2273a616d3f8ac2f9cdd8c9708200ddfe50a6 /drivers/video/console/fbcon.c | |
parent | c34f16b70a52e348a62944fe0d5c7c1eb9ad5b72 (diff) |
fbdev: efifb: section fixes
Remove 43 section mismatches by moving the two structures efifb_defined
and efifb_fix from .init.data to .devinit.data.
Also the two structure arrays dmi_system_table[] and dmi_list[] have been
moved from .data to .init.rodata and .init.data, which saves, if built-in,
some space.
On x86_64 'size -A' showed that these sections changed size:
efifb.o:
section size-old size-new
.data 1200 688
.init.data 7840 512
.init.rodata 0 7568
.devinit.data 0 256
Total 11927 11911
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Cc: Peter Jones <pjones@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/console/fbcon.c')
0 files changed, 0 insertions, 0 deletions