1. 17 10月, 2007 6 次提交
  2. 11 10月, 2007 1 次提交
  3. 08 10月, 2007 1 次提交
  4. 03 10月, 2007 2 次提交
    • P
      sh: Make kgdb i-cache flushing less inept. · 01bd5e9e
      Paul Mundt 提交于
      kgdb had its own ranged I-cache flushing routine that attempted to
      duplicate the flush_icache_range() functionality, but managed to do
      an explicit D-cache writeback & invalidate twice on SH-4. This is
      a no-op for SH-3, and the flush_icache_range() semantics already do
      what kgdb was feebly attempting to do already, so just move over to
      that and kill off the wrapper.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      01bd5e9e
    • P
      sh: kgdb section mismatches and tidying. · a90f3547
      Paul Mundt 提交于
      The kgdb console setup was callable from a left-over deferred
      initialization path, which in turn depends on __init symbols. Since
      the deferred initialization was removed some time ago, kill off the
      rest of those remnants and move kgdb_init() and friends to __init.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      a90f3547
  5. 27 9月, 2007 2 次提交
  6. 24 9月, 2007 1 次提交
  7. 03 10月, 2007 1 次提交
  8. 21 9月, 2007 26 次提交