1. 20 1月, 2010 1 次提交
    • P
      sh: machine_ops based reboot support. · fbb82b03
      Paul Mundt 提交于
      This provides a machine_ops-based reboot interface loosely cloned from
      x86, and converts the native sh32 and sh64 cases over to it.
      
      Necessary both for tying in SMP support and also enabling platforms like
      SDK7786 to add support for their microcontroller-based power managers.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      fbb82b03
  2. 17 10月, 2009 1 次提交
  3. 16 8月, 2009 1 次提交
  4. 15 8月, 2009 1 次提交
    • P
      sh: Add register alignment helpers for shared flushers. · 43bc61d8
      Paul Mundt 提交于
      This plugs in some register alignment helpers for the shared flushers,
      allowing them to also be used on SH-5. The main rationale here is that
      in the SH-5 case we have a variable ABI, where the pointer size may not
      equal the register width. This register extension is taken care of by
      the SH-5 code already today, and is otherwise unused on the SH-4 code.
      This combines the two and allows us to kill off the SH-5 implementation.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      43bc61d8
  5. 29 7月, 2008 1 次提交
  6. 28 1月, 2008 2 次提交