aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorHenrik Kretzschmar <[email protected]>2010-08-10 18:02:28 -0700
committerLinus Torvalds <[email protected]>2010-08-11 08:59:09 -0700
commitec81c9cc2f58a3a9f9637c390ea83efe9f91abf7 (patch)
treecfb2273a616d3f8ac2f9cdd8c9708200ddfe50a6 /scripts/patch-kernel
parentc34f16b70a52e348a62944fe0d5c7c1eb9ad5b72 (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 <[email protected]> Cc: Peter Jones <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions