1. 04 9月, 2013 2 次提交
    • C
      tile: remove support for TILE64 · d7c96611
      Chris Metcalf 提交于
      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: NChris Metcalf <cmetcalf@tilera.com>
      d7c96611
    • C
      tile: clean up relocate_kernel_64 debug code · 309272f9
      Chris Metcalf 提交于
      We remove some debug code in relocate_kernel_64.S that made raw
      calls to the hv_console_putc Tilera hypervisor API, since everything
      should funnel through the early_hv_write() API.
      Signed-off-by: NChris Metcalf <cmetcalf@tilera.com>
      309272f9
  2. 26 5月, 2012 1 次提交
  3. 05 6月, 2010 1 次提交