17 Mar, 2007

4 commits

  • In file included from drivers/char/lcd.c:23:
    include/linux/mc146818rtc.h:104:1: warning: "RTC_IO_EXTENT" redefined
    drivers/char/lcd.c:15:1: warning: this is the location of the previous definition
    drivers/char/lcd.c:35: warning: 'lcd_lock' defined but not used

    c316eb1eee2c803c33b1f826fe744c922d2e354f deleted the last code using
    lcd_lock, so delete definition of lcd_lock.

    The definition of RTC_IO_EXTENT is unused and probably always was only
    debree copied from drivers/char/rtc.c.

    Signed-off-by: Ralf Baechle

    Ralf Baechle
     
  • Signed-off-by: Atsushi Nemoto
    Signed-off-by: Ralf Baechle

    Atsushi Nemoto
     
  • Commit 6d6671066a311703bca1b91645bb1e04cc983387 is incomplete and misses
    non-r4k CPUs. This patch reverts the commit and fixes in other way.

    o Do FCSR checking in caller of restore_fp_context.
    o Send SIGFPE if the signal handler set any FPU exception bits.

    Signed-off-by: Atsushi Nemoto
    Signed-off-by: Ralf Baechle

    Atsushi Nemoto
     
  • include/asm-mips/mach-ip27/dma-coherence.h:22: warning: 'plat_map_dma_mem' defined but not used
    include/asm-mips/mach-ip27/dma-coherence.h:41: warning: 'plat_unmap_dma_mem' defined but not used
    include/asm-mips/mach-ip32/dma-coherence.h:30: warning: 'plat_map_dma_mem' defined but not used
    include/asm-mips/mach-ip32/dma-coherence.h:63: warning: 'plat_unmap_dma_mem' defined but not used

    These functions are meant to be inlined anyway.

    Signed-off-by: Ralf Baechle

    Ralf Baechle
     

16 Mar, 2007

5 commits


15 Mar, 2007

31 commits