1. 29 8月, 2008 4 次提交
  2. 26 8月, 2008 3 次提交
  3. 25 8月, 2008 8 次提交
  4. 14 8月, 2008 1 次提交
  5. 13 8月, 2008 1 次提交
  6. 10 8月, 2008 1 次提交
  7. 08 8月, 2008 2 次提交
  8. 07 8月, 2008 1 次提交
  9. 05 8月, 2008 13 次提交
  10. 01 8月, 2008 2 次提交
    • D
      sparc64: Do not clobber %g7 in setcontext() trap. · 0a4949c4
      David S. Miller 提交于
      That's the userland thread register, so we should never try to change
      it like this.
      
      Based upon glibc bug nptl/6577 and suggestions by Jakub Jelinek.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0a4949c4
    • D
      sparc64: Kill __show_regs(). · dbf3e950
      David S. Miller 提交于
      The story is that what we used to do when we actually used
      smp_report_regs() is that if you specifically only wanted to have the
      current cpu's registers dumped you would call "__show_regs()"
      otherwise you would call show_regs() which also invoked
      smp_report_regs().
      
      Now that we killed off smp_report_regs() there is no longer any
      reason to have these two routines, just show_regs() is sufficient.
      
      Also kill off a stray declaration of show_regs() in sparc64_ksym.c
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      dbf3e950
  11. 31 7月, 2008 4 次提交