1. 28 10月, 2012 1 次提交
  2. 18 11月, 2011 1 次提交
  3. 03 8月, 2011 2 次提交
  4. 17 3月, 2011 1 次提交
  5. 04 3月, 2010 1 次提交
  6. 08 12月, 2008 2 次提交
    • S
      sparc: fix sparse warnings in irq_32.c · 81265fd9
      Sam Ravnborg 提交于
      Fix following sparse warnings:
      symbol 'static_irqaction' was not declared. Should it be static?
      symbol 'static_irq_count' was not declared. Should it be static?
      symbol 'irq_action_lock' was not declared. Should it be static?
      symbol 'unexpected_irq' was not declared. Should it be static?
      symbol 'handler_irq' was not declared. Should it be static?
      returning void-valued expression
      returning void-valued expression
      returning void-valued expression
      symbol 'init_IRQ' was not declared. Should it be static?
      
      Warnings were fixed by addding proper declarations
      and fixing return path of a few functions.
      
      There remains several warnings all related to the floppy driver.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      81265fd9
    • S
      sparc: fix sparse warnings in traps_32.c · 8d74e32a
      Sam Ravnborg 提交于
      o add decalrations to entry.h for functions only used from assembler
      o add declaratiosn to kernel.h for functions only used from .c
      o removed unused functions/extern declarations
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8d74e32a
  7. 07 12月, 2008 1 次提交
  8. 05 12月, 2008 1 次提交
    • S
      sparc,sparc64: unify kernel/ · a88b5ba8
      Sam Ravnborg 提交于
      o Move all files from sparc64/kernel/ to sparc/kernel
        - rename as appropriate
      o Update sparc/Makefile to the changes
      o Update sparc/kernel/Makefile to include the sparc64 files
      
      NOTE: This commit changes link order on sparc64!
      
      Link order had to change for either of sparc32 and sparc64.
      And assuming sparc64 see more testing than sparc32 change link
      order on sparc64 where issues will be caught faster.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a88b5ba8
  9. 01 9月, 2008 1 次提交
  10. 25 8月, 2008 1 次提交
  11. 28 7月, 2008 1 次提交
  12. 24 4月, 2008 1 次提交
  13. 26 3月, 2008 7 次提交