[RFC git pull 2/2] Remove CRIS build links

From: Jesper Nilsson
Date: Fri Oct 31 2008 - 20:12:20 EST


Hi!

Again, I know this is a bit late in the game, thus the RFC, but I felt it
would be useful to have these changes in 2.6.28, and Sam Ravnborg
also encouraged me to get these in asap.

This second pull request contains two changes dependent on the first
pull request.

These two changes remove all uses of symbolic links in the CRIS port, making
it possible to build two CRIS architectures (with different O= parameters)
in parallell using the same source tree.


Please consider pulling the following changes since commit
556dcee7b829e5c350c3ffdbdb87a8b15aa3c5d3:
Jesper Nilsson (1):
[CRIS] Move header files from include to arch/cris/include.

are available in the git repository at:

git://www.jni.nu/cris.git link_removal

Jesper Nilsson (2):
[CRIS] Merge asm-offsets.c for both arches into one file.
[CRIS] Remove links from CRIS build

arch/cris/Makefile | 67 +++++----------
arch/cris/arch-v10/kernel/asm-offsets.c | 47 ----------
arch/cris/arch-v10/vmlinux.lds.S | 118 -------------------------
arch/cris/arch-v32/boot/compressed/head.S | 16 +++-
arch/cris/arch-v32/kernel/head.S | 20 ++++-
arch/cris/{arch-v32 => }/kernel/asm-offsets.c | 51 +++++++----
arch/cris/{arch-v32 => kernel}/vmlinux.lds.S | 44 +++++++---
7 files changed, 117 insertions(+), 246 deletions(-)
delete mode 100644 arch/cris/arch-v10/kernel/asm-offsets.c
delete mode 100644 arch/cris/arch-v10/vmlinux.lds.S
rename arch/cris/{arch-v32 => }/kernel/asm-offsets.c (55%)
rename arch/cris/{arch-v32 => kernel}/vmlinux.lds.S (73%)


/^JN - Jesper Nilsson
--
Jesper Nilsson -- jesper.nilsson@xxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/