1. 08 6月, 2007 2 次提交
    • P
      sh: Kill off machvec aliases. · 82f81f47
      Paul Mundt 提交于
      We now throw all of the machvecs in to .machvec.init and either
      select one on the command line, or copy out the first (and
      usually only) one to sh_mv. The rest are freed as usual.
      
      This gets rid of all of the silly sh_mv aliasing and makes the
      selection explicit rather than link-order dependent.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      82f81f47
    • P
      sh: Fixup machvec support. · 9655ad03
      Paul Mundt 提交于
      This fixes up much of the machvec handling, allowing for it to be
      overloaded on boot. Making practical use of this still requires
      some Kconfig munging, however.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      9655ad03