1. 03 10月, 2007 13 次提交
  2. 02 10月, 2007 2 次提交
    • L
      [POWERPC] pseries: device node status can be "ok" or "okay" · a7fb7ea7
      Linas Vepstas 提交于
      It seems that some versions of firmware will report a device
      node status as the string "okay". As we are not expecting this
      string, the device node will be ignored by the EEH subsystem.
      Which means EEH will not be enabled.
      
      When EEH is not enabled, PCI errors will be converted into
      Machine Check exceptions, and we'll have a very unhappy system.
      Signed-off-by: NLinas Vepstas <linas@austin.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      a7fb7ea7
    • A
      [POWERPC] Fix xics set_affinity code · e48395f1
      Anton Blanchard 提交于
      On a POWER6 machine running 2.6.23-rc8 I sometimes see the following error:
      
      xics_set_affinity: No online cpus in the mask 00000000,00000000,00000000,00000001 for irq 20
      
      In a desperate attempt to get a changelog entry in 2.6.23, I took a look
      into it.
      
      It turns out we are passing a real and not a virtual irq into
      get_irq_server.  This works for the case where hwirq < NR_IRQS and we
      set virq = hwirq.  In my case however hwirq = 590082 and we try and
      access irq_desc[590082], slightly past the end at 512 entries.
      
      Lucky we ship lots of memory with our machines.
      Signed-off-by: NAnton Blanchard <anton@samba.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      e48395f1
  3. 28 9月, 2007 1 次提交
  4. 26 9月, 2007 1 次提交
  5. 22 9月, 2007 5 次提交
  6. 19 9月, 2007 18 次提交