summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/relocate_kernel_32.S
diff options
context:
space:
mode:
authorChris Metcalf2013-08-15 22:23:24 +0200
committerChris Metcalf2013-09-03 20:53:29 +0200
commitd7c9661115fd23b4dabb710b3080dd9919dfa891 (patch)
tree5eaeb8c4aab296f39d6aa896ec9408419ec17441 /arch/tile/kernel/relocate_kernel_32.S
parenttile: use asm-generic/bitops/builtin-*.h (diff)
downloadkernel-qcow2-linux-d7c9661115fd23b4dabb710b3080dd9919dfa891.tar.gz
kernel-qcow2-linux-d7c9661115fd23b4dabb710b3080dd9919dfa891.tar.xz
kernel-qcow2-linux-d7c9661115fd23b4dabb710b3080dd9919dfa891.zip
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>
Diffstat (limited to 'arch/tile/kernel/relocate_kernel_32.S')
-rw-r--r--arch/tile/kernel/relocate_kernel_32.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/kernel/relocate_kernel_32.S b/arch/tile/kernel/relocate_kernel_32.S
index f7fd37b64a78..e44fbcf8cbd5 100644
--- a/arch/tile/kernel/relocate_kernel_32.S
+++ b/arch/tile/kernel/relocate_kernel_32.S
@@ -77,7 +77,6 @@ STD_ENTRY(relocate_new_kernel)
move r30, sp
addi sp, sp, -8
-#if CHIP_HAS_CBOX_HOME_MAP()
/*
* On TILEPro, we need to flush all tiles' caches, since we may
* have been doing hash-for-home caching there. Note that we
@@ -113,7 +112,6 @@ STD_ENTRY(relocate_new_kernel)
}
jalr r20
-#endif
/* r33 is destination pointer, default to zero */