summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/relocate_kernel_32.S
Commit message (Collapse)AuthorAgeFilesLines
* tile: remove support for TILE64Chris Metcalf2013-09-031-2/+0Star
| | | | | | | | | | | 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>
* tile: simplify code referencing hypervisor API addressesChris Metcalf2013-09-031-17/+8Star
| | | | | | | | There's no need to make up new ways of computing the addresses of the Tilera hypervisor APIs; just use the standard method of relying on the symbols to provide the addresses. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
* arch/tile: support kexec() for tilegxChris Metcalf2012-05-251-0/+280
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>