1. 31 May, 2007 3 commits
    • Manuel Lauss's avatar
      sh: Fix vsyscall build failure. · f75522ce
      Manuel Lauss authored
        CC      arch/sh/kernel/vsyscall/vsyscall.o
      a/arch/sh/kernel/vsyscall/vsyscall.c: In function 'arch_setup_additional_pages':
      a/arch/sh/kernel/vsyscall/vsyscall.c:63: error: dereferencing pointer to incomplete type
      a/arch/sh/kernel/vsyscall/vsyscall.c:67: error: dereferencing pointer to incomplete type
      a/arch/sh/kernel/vsyscall/vsyscall.c:82: error: dereferencing pointer to incomplete type
      a/arch/sh/kernel/vsyscall/vsyscall.c:85: error: dereferencing pointer to incomplete type
      a/arch/sh/kernel/vsyscall/vsyscall.c: In function 'arch_vma_name':
      a/arch/sh/kernel/vsyscall/vsyscall.c:91: error: dereferencing pointer to incomplete type
      Signed-off-by: default avatarManuel Lauss <mano@roarinelk.homelinux.net>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      f75522ce
    • Manuel Lauss's avatar
      sh: Trivial fix for dma-api compile failure. · bdff33dd
      Manuel Lauss authored
      Trivial fix for arch/sh/drivers/dma/dma-api.c compile failure:
      
        CC      arch/sh/drivers/dma/dma-api.o
      a/arch/sh/drivers/dma/dma-api.c: In function 'dma_wait_for_completion':
      a/arch/sh/drivers/dma/dma-api.c:233: error: 'TASK_UNINTERRUPTIBLE' undeclared (first use in this function)
      a/arch/sh/drivers/dma/dma-api.c:233: error: (Each undeclared identifier is reported only once
      a/arch/sh/drivers/dma/dma-api.c:233: error: for each function it appears in.)
      a/arch/sh/drivers/dma/dma-api.c:233: warning: implicit declaration of function 'schedule'
      Signed-off-by: default avatarManuel Lauss <mano@roarinelk.homelinux.net>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      bdff33dd
    • Takashi YOSHII's avatar
      sh: Fix pcrel too far for in_nmi label. · 370ac91a
      Takashi YOSHII authored
      Add lost in_nmi definition to solve pcrel too far.
      Signed-off-by: default avatarTakashi YOSHII <takasi-y@ops.dti.ne.jp>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      370ac91a
  2. 23 May, 2007 2 commits
    • Paul Mundt's avatar
      sh: section mismatch fixes for system timer. · ddd43b06
      Paul Mundt authored
      Fix up a couple of section mismatch warnings regarding sys_timer.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      ddd43b06
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 · cdb7532f
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6:
        sh: Fix dreamcast build for IRQ changes.
        sh: Fix clock multiplier on SH7722.
        sh: Wire up kdump crash kernel exec in die().
        sh: sr.bl toggling around idle sleep.
        sh: disable genrtc support.
        fs: Kill sh dependency for binfmt_flat.
        sh: Disable psw support for R7785RP.
        sh: Fix page size alignment in __copy_user_page().
        sh: Fix up various compile warnings for SE boards.
        sh: Wire up signalfd/timerfd/eventfd syscalls.
        sh: revert addition of page fault notifiers
        spelling fixes: arch/sh/
        input: hp680_ts compile fixes.
        sh: landisk: Header cleanups.
        sh: landisk: rtc-rs5c313 support.
        sh: Kill off pmb slab cache destructor.
        sh: Fix up psw build rules for r7780rp.
        sh: Shut up compiler warnings in __do_page_fault().
      cdb7532f
  3. 22 May, 2007 31 commits
  4. 21 May, 2007 4 commits