1. 02 6月, 2010 1 次提交
    • P
      sh: support for platforms without PIO. · 86e4dd5a
      Paul Mundt 提交于
      This extends some of the existing special casing for HAS_IOPORT
      platforms and gets it to the point where platforms can begin to
      conditionally select it.
      
      The major changes here are that the PIO routines themselves go away
      completely, including all of the machvec port mapping wrappers. With this
      in place it's possible for any non-machvec abusing platform to disable
      PIO completely. At present this is left as an opt-in until the abusers
      are the odd ones out instead of the majority.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      86e4dd5a
  2. 25 5月, 2010 1 次提交
    • P
      sh: handle early calls to return_address() when using dwarf unwinder. · 8a37f520
      Paul Mundt 提交于
      The dwarf unwinder ties in to an early initcall, but it's possible that
      return_address() calls will be made prior to that. This implements some
      additional error handling in to the dwarf unwinder as well as an exit
      path in the return_address() case to bail out if the unwinder hasn't come
      up yet.
      
      This fixes a NULL pointer deref in early boot when mempool_alloc() blows
      up on the not-yet-ready mempool via dwarf_unwind_stack().
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      8a37f520
  3. 24 5月, 2010 2 次提交
  4. 22 5月, 2010 13 次提交
  5. 21 5月, 2010 1 次提交
  6. 19 5月, 2010 1 次提交
  7. 18 5月, 2010 4 次提交
  8. 17 5月, 2010 1 次提交
  9. 14 5月, 2010 1 次提交
  10. 13 5月, 2010 15 次提交