1. 29 3月, 2006 1 次提交
  2. 27 3月, 2006 3 次提交
  3. 09 1月, 2006 1 次提交
  4. 01 11月, 2005 2 次提交
  5. 09 9月, 2005 1 次提交
    • A
      [PATCH] ppc64: fix IPI on bpa_iic · a84195f3
      Arnd Bergmann 提交于
      This fixes a severe bug in the bpa_iic driver that caused
      all sorts of problems.
      
      We had been using incorrect priority values for inter processor
      interrupts, which resulted in always doing CALL_FUNCTION
      instead of RESCHEDULE or DEBUGGER_BREAK.
      
      The symptoms cured by this patch include bad performance on
      SMP systems spurious kernel panics in the IPI code.
      Signed-off-by: NArnd Bergmann <arndb@de.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      a84195f3
  6. 23 6月, 2005 1 次提交
    • A
      [PATCH] ppc64: Add driver for BPA interrupt controllers · cebf589c
      Arnd Bergmann 提交于
      Add support for the integrated interrupt controller on BPA
      CPUs. There is one of those for each SMT thread.
      
      The mapping of interrupt numbers to HW interrupt sources
      is described in arch/ppc64/kernel/bpa_iic.h.
      
      This version hardcodes the 'Spider' chip as the secondary
      interrupt controller. That is not really generic for the
      architecture, but at the moment it is the only secondary
      PIC that exists.
      
      A little more work will be needed on this as soon as
      we have boards with multiple external interrupt controllers.
      Signed-off-by: NArnd Bergmann <arndb@de.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      cebf589c