1. 07 5月, 2007 2 次提交
    • P
      sh: Rip out broken kgdb thread support. · fc31b809
      Paul Mundt 提交于
      The kgdb thread support is woefully out of date (it predates
      the pidhash), and needs a complete rewrite before it's useful
      again. Just rip it out entirely.
      
      Updating the unified kgdb stub is a more worthwhile endeavour
      for anyone that happens to be interested in this, at present
      it's just limping along.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      fc31b809
    • P
      sh: Bring kgdb back from the dead. · fa5da2f7
      Paul Mundt 提交于
      This code has suffered quite a bit of bitrot, do some basic
      tidying to get it to a reasonably functional state again.
      This gets the basic support and the console working again.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      fa5da2f7
  2. 13 2月, 2007 1 次提交
    • P
      sh: Use a jump call table for debug trap handlers. · f413d0d9
      Paul Mundt 提交于
      This rips out most of the needlessly complicated sh_bios and kgdb
      trap handling, and forces it all through a common fast dispatch path.
      As more debug traps are inserted, it's important to keep them in sync
      for all of the parts, not just SH-3/4.
      
      As the SH-2 parts are unable to do traps in the >= 0x40 range, we
      restrict the debug traps to the 0x30-0x3f range on all parts, and
      also bump the kgdb breakpoint trap down in to this range (from 0xff
      to 0x3c) so it's possible to use for nommu.
      
      Optionally, this table can be padded out to catch spurious traps for
      SH-3/4, but we don't do that yet..
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      f413d0d9
  3. 27 9月, 2006 1 次提交
  4. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4