1. 06 3月, 2009 1 次提交
  2. 27 2月, 2009 5 次提交
  3. 22 12月, 2008 2 次提交
  4. 20 10月, 2008 2 次提交
  5. 29 7月, 2008 1 次提交
  6. 28 7月, 2008 1 次提交
  7. 08 5月, 2008 4 次提交
  8. 26 2月, 2008 2 次提交
  9. 25 2月, 2008 1 次提交
    • P
      sh: Rename SH-3 CCR3 reg to avoid synclink_cs clash. · cc645a02
      Paul Mundt 提交于
      drivers/char/pcmcia/synclink_cs.c:284:1: warning: "CCR3" redefined
      In file included from include/asm/cache.h:13,
                       from include/asm/processor_32.h:15,
                       from include/asm/processor.h:60,
                       from include/linux/prefetch.h:14,
                       from include/linux/list.h:8,
                       from include/linux/module.h:9,
                       from drivers/char/pcmcia/synclink_cs.c:38:
      include/asm/cpu/cache.h:38:1: warning: this is the location of the previous definition
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      cc645a02
  10. 28 1月, 2008 7 次提交
  11. 07 11月, 2007 1 次提交
  12. 27 9月, 2007 1 次提交
  13. 21 9月, 2007 11 次提交
  14. 01 8月, 2007 1 次提交
    • P
      sh: Fix lockdep debugging oops on SH-3/4. · c347d12c
      Paul Mundt 提交于
      In the SH-3/4 TLB access violation path we were enabling IRQs before
      the call in to trace_hardirqs_on(), which ended up triggering:
      
              if (DEBUG_LOCKS_WARN_ON(!irqs_disabled()))
                      return;
      
      in kernel/lockdep.c:2031. Fix this up by removing the early re-enable,
      we were already re-enabling IRQs post-trace_hardirqs_on() already, so
      the semantics are now as was initially intended.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      c347d12c