[PATCH v3 0/2] Linker script cleanup patches for arm

Tim Abbott tabbott at ksplice.com
Wed Sep 16 16:40:04 EDT 2009


This is an updated version of the patch series I sent in late July
cleaning up the arm architecture's linker scripts.  Version 2 was
rebased on top of Linus's current master; version 3 contains a fix
for a problem with CONFIG_XIP_KERNEL noted by Russell King.

This cross-architecture linker script cleanup project is in
preparation for adding support for building the kernel with
-ffunction-sections -fdata-sections, which is a prerequisite for
Ksplice.

	-Tim Abbott

Nelson Elhage (1):
  arm: Clean up linker script using new linker script macros.

Tim Abbott (1):
  arm: convert to use __HEAD and HEAD_TEXT macros.

 arch/arm/kernel/head-nommu.S  |    2 +-
 arch/arm/kernel/head.S        |    2 +-
 arch/arm/kernel/vmlinux.lds.S |   86 ++++++++++++----------------------------
 3 files changed, 28 insertions(+), 62 deletions(-)




More information about the linux-arm-kernel mailing list