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>
Tue, 3 Sep 2013 18:53:29 +0000 (14:53 -0400)
commitd7c9661115fd23b4dabb710b3080dd9919dfa891
tree5eaeb8c4aab296f39d6aa896ec9408419ec17441
parentd6a0aa314c06743b702931cb468f400b7615c5c9
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