]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tile: remove support for TILE64
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 15 Aug 2013 20:23:24 +0000 (16:23 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 15 Aug 2013 20:33:43 +0000 (16:33 -0400)
commit6048b3d5f1aa83b11189399125e8003752883540
tree7c89fd9ffe4e3f4908b5ddea371a52d00a37e15a
parentd55ab03a7b187cc5ee06f223e4ffd65a03634609
tile: remove support for TILE64

This chip is no longer being actively developed for (it was superceded
by the TILEPro64 in 2008), and in any case the existing compiler and
toolchain in the community do not support it.  It's unlikely that the
kernel works with TILE64 at this point as the configuration has not been
tested in years.  The support is also awkward as it requires maintaining
a significant number of ifdefs.  So, just remove it altogether.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
28 files changed:
arch/tile/Kconfig
arch/tile/include/asm/atomic_32.h
arch/tile/include/asm/barrier.h
arch/tile/include/asm/elf.h
arch/tile/include/asm/homecache.h
arch/tile/include/asm/processor.h
arch/tile/include/asm/smp.h
arch/tile/include/asm/traps.h
arch/tile/include/uapi/arch/Kbuild
arch/tile/include/uapi/arch/chip.h
arch/tile/include/uapi/arch/chip_tile64.h [deleted file]
arch/tile/include/uapi/arch/spr_def_32.h
arch/tile/kernel/intvec_32.S
arch/tile/kernel/intvec_64.S
arch/tile/kernel/irq.c
arch/tile/kernel/process.c
arch/tile/kernel/relocate_kernel_32.S
arch/tile/kernel/relocate_kernel_64.S
arch/tile/kernel/setup.c
arch/tile/kernel/single_step.c
arch/tile/lib/Makefile
arch/tile/lib/atomic_32.c
arch/tile/lib/memcpy_32.S
arch/tile/lib/memcpy_tile64.c [deleted file]
arch/tile/lib/memset_32.c
arch/tile/mm/fault.c
arch/tile/mm/homecache.c
arch/tile/mm/init.c