1. 01 8月, 2007 36 次提交
  2. 31 7月, 2007 4 次提交
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23 · 6a302358
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23:
        sh: Fix fs.h removal from mm.h regressions.
        sh: fix get_wchan() for SH kernels without framepointers
        sh: arch/sh/boot - fix shell usage
        rtc: rtc-sh: Correct sh_rtc_set_time() for some SH-3 parts.
        sh: remove support for sh7300 and solution engine 7300
        sh: Add sh to the CC_OPTIMIZE_FOR_SIZE dependencies.
        sh: Kill off virt_to_bus()/bus_to_virt().
        sh: sh-sci - fix SH7708 support
        sh: Restrict DSP support to specific CPUs.
        sh: Silence sq compile warning on sh4 nommu.
        sh: Kill the rest of the SE73180 cruft.
        sh: remove support for sh73180 and solution engine 73180
        sh: remove old broken pint code
        sh: Reclaim beginning of P3 space for vmalloc area.
        sh: Fix Dreamcast DMA issues.
        sh: Add kmap_coherent()/kunmap_coherent() interface for SH-4.
      6a302358
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6 · 8e268f33
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6:
        sh64: Kill off virt_to_bus()/bus_to_virt().
        sh64: Fix irq_intc build failure.
        sh64: Fix fs.h removal from mm.h regressions.
      8e268f33
    • P
      sh64: Kill off virt_to_bus()/bus_to_virt(). · 75c46162
      Paul Mundt 提交于
      Follows the SH change.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      75c46162
    • P
      sh64: Fix irq_intc build failure. · da9d5108
      Paul Mundt 提交于
      Needs interrupt.h:
      
        CC      arch/sh64/kernel/irq_intc.o
      arch/sh64/kernel/irq_intc.c: In function 'make_intc_irq':
      arch/sh64/kernel/irq_intc.c:179: error: implicit declaration of function 'disable_irq_nosync'
      make[1]: *** [arch/sh64/kernel/irq_intc.o] Error 1
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      da9d5108