linux/arch/cris/arch-v32/kernel
Jesper Nilsson c5ec6fb08d [CRIS] Remove links from CRIS build
Remove the links to architecture and machine dependent directories
(boot, lib, drivers, arch, mach)

The links were created and used mostly from the arch/cris/Makefile,
so why not dispense with them altogether?
Changed $(ARCH) to "cris" in Makefile, it is easier to read this way.

The CRISv32 head.S common files for the kernel and compressed images
needed to be modified to use ifdefs instead of using the now removed
mach link. Since there are only two versions, this is not a huge loss
in readability.

The link to vmlinux.lds.S is also replaced with a merged version
which uses ifdefs to select the correct layout.
System.map before and after are identical.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
2008-10-31 23:37:57 +01:00
..
Makefile CRIS v32: Fixup kernel Makefile. 2008-02-08 11:06:25 +01:00
cache.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
cacheflush.S CRISv32: add cache flush operations 2007-11-14 18:45:47 -08:00
crisksyms.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
debugport.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
entry.S [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
fasttimer.c removed unused #include <linux/version.h>'s 2008-08-23 12:14:12 -07:00
head.S [CRIS] Remove links from CRIS build 2008-10-31 23:37:57 +01:00
irq.c CRIS v32: Update and simplify kernel/irq.c. 2008-02-08 11:06:27 +01:00
kgdb.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
kgdb_asm.S [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
pinmux.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
process.c CRIS v32: Minor updates to kernel/process.c 2008-02-08 11:06:27 +01:00
ptrace.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
setup.c cris: ARRAY_SIZE() cleanup 2007-11-14 18:45:46 -08:00
signal.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
smp.c kernel/cpu.c: create a CPU_STARTING cpu_chain notifier 2008-09-08 19:25:24 +02:00
time.c CRIS v32: Update and improve kernel/time.c 2008-02-08 11:06:28 +01:00
traps.c CRIS v32: Update and improve kernel/traps.c 2008-02-08 11:06:27 +01:00