1. 18 6月, 2006 3 次提交
  2. 15 6月, 2006 1 次提交
  3. 14 6月, 2006 6 次提交
  4. 13 6月, 2006 8 次提交
  5. 12 6月, 2006 12 次提交
  6. 11 6月, 2006 8 次提交
  7. 10 6月, 2006 2 次提交
    • R
      [ARM] Fix Integrator and Versatile interrupt initialisation · 56f1319e
      Russell King 提交于
      Both Integrator and Versatile were using set_irq_handler() and
      enable_irq(), and working around the initialisation of the
      chained interrupt, instead of the more correct
      set_irq_chained_handler() function.  Fix Integrator and
      Versatile to use the right function, and remove these work-arounds.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      56f1319e
    • D
      [SPARC64]: Avoid JBUS errors on some Niagara systems. · 46b30493
      David S. Miller 提交于
      Doing PCI config space accesses to non-present PCI slots
      can result in fatal JBUS errors if the PCI config access
      hypervisor call is performed on cpus other than the boot
      cpu.
      
      PCI config space accesses to present PCI slots works just
      fine.
      
      Recursively traverse the OBP device tree under the PCI
      controller node and record all present device IDs into
      a small hash table.
      
      Avoid the hypervisor call for any PCI config space access
      attempt for a device not recorded in the hash table.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      46b30493