1. 23 6月, 2009 1 次提交
    • M
      Blackfin: redo handling of bad irqs · 26579216
      Mike Frysinger 提交于
      With the common IRQ code initializing much more of the irq_desc state, we
      can't blindly initialize it ourselves to the local bad_irq state.  If we
      do, we end up wrongly clobbering many fields.  So punt most of the bad irq
      code as the common layers will handle the default state, and simply call
      handle_bad_irq() directly when the IRQ we are processing is invalid.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      26579216
  2. 12 6月, 2009 1 次提交
  3. 04 3月, 2009 1 次提交
  4. 04 2月, 2009 1 次提交
  5. 13 1月, 2009 1 次提交
  6. 11 1月, 2009 1 次提交
    • Y
      sparseirq: use kstat_irqs_cpu instead · dee4102a
      Yinghai Lu 提交于
      Impact: build fix
      
      Ingo Molnar wrote:
      
      > tip/arch/blackfin/kernel/irqchip.c: In function 'show_interrupts':
      > tip/arch/blackfin/kernel/irqchip.c:85: error: 'struct kernel_stat' has no member named 'irqs'
      > make[2]: *** [arch/blackfin/kernel/irqchip.o] Error 1
      > make[2]: *** Waiting for unfinished jobs....
      >
      
      So could move kstat_irqs array to irq_desc struct.
      
      (s390, m68k, sparc) are not touched yet, because they don't support genirq
      Signed-off-by: NYinghai Lu <yinghai@kernel.org>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      dee4102a
  7. 07 1月, 2009 2 次提交
  8. 18 11月, 2008 2 次提交
  9. 25 6月, 2008 1 次提交
  10. 05 8月, 2007 1 次提交
  11. 25 7月, 2007 1 次提交
  12. 12 7月, 2007 1 次提交
  13. 11 6月, 2007 1 次提交
  14. 08 5月, 2007 1 次提交