1. 07 12月, 2007 1 次提交
  2. 04 12月, 2007 1 次提交
  3. 16 11月, 2007 3 次提交
  4. 30 10月, 2007 2 次提交
  5. 20 10月, 2007 1 次提交
  6. 17 10月, 2007 2 次提交
  7. 12 10月, 2007 6 次提交
  8. 09 10月, 2007 1 次提交
  9. 05 10月, 2007 1 次提交
  10. 12 9月, 2007 1 次提交
  11. 11 9月, 2007 1 次提交
  12. 27 8月, 2007 3 次提交
    • R
      606bf782
    • R
      [MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus. · c4aa2563
      Ralf Baechle 提交于
      Since 96bde06a several callers of
      pcibios_resource_to_bus are no longer marked __devinit resulting in a
      pile of modpost warnings if PCI && !HOTPLUG:
      
        MODPOST vmlinux.o
      WARNING: vmlinux.o(.text+0x15dde8): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_map_rom' and 'pci_map_rom_copy')
      WARNING: vmlinux.o(.text+0x15e140): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_update_resource' and 'pci_claim_resource')
      WARNING: vmlinux.o(.text+0x15f0cc): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_setup_cardbus' and 'pci_bus_assign_resources')
      WARNING: vmlinux.o(.text+0x15f0f0): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_setup_cardbus' and 'pci_bus_assign_resources')
      WARNING: vmlinux.o(.text+0x15f114): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_setup_cardbus' and 'pci_bus_assign_resources')
      WARNING: vmlinux.o(.text+0x15f138): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_setup_cardbus' and 'pci_bus_assign_resources')
      WARNING: vmlinux.o(.text+0x15f438): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_bus_assign_resources' and 'pbus_size_mem')
      WARNING: vmlinux.o(.text+0x15f4f4): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_bus_assign_resources' and 'pbus_size_mem')
      
      Removing __devinit from pcibios_resource_to_bus make the same necessary
      for pcibios_fixup_device_resources as well.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      c4aa2563
    • R
      [MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus. · 4547d224
      Ralf Baechle 提交于
      Since 96bde06a pcibios_fixup_bus's caller
      pci_scan_child_bus is no longer marked __devinit resulting in this modpost
      warning if PCI && !HOTPLUG:
      
        MODPOST vmlinux.o
      WARNING: vmlinux.o(.text+0x158b9c): Section mismatch: reference to .init.text:pcibios_fixup_bus (between 'pci_scan_child_bus' and 'pci_scan_bus_parented')
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      4547d224
  13. 01 8月, 2007 5 次提交
  14. 13 7月, 2007 1 次提交
  15. 12 7月, 2007 2 次提交
  16. 11 7月, 2007 8 次提交
  17. 01 6月, 2007 1 次提交
    • Y
      parse errors in ifdefs · f8343685
      Yoann Padioleau 提交于
      Fix various bits of obviously-busted code which we're not happening to
      compile, due to ifdefs.
      
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Jeff Garzik <jeff@garzik.org>
      Cc: Jan Kara <jack@ucw.cz>
      Cc: James Bottomley <James.Bottomley@steeleye.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      f8343685