Skip to content
  1. Sep 05, 2005
  2. Sep 02, 2005
  3. Sep 01, 2005
  4. Aug 31, 2005
  5. Aug 30, 2005
    • Marcelo Tosatti's avatar
      [PATCH] ppc32 8xx: fix warnings in m8xx_setup.c · 62c592ed
      Marcelo Tosatti authored
      
      
      The following patch fixes two warnings in arch/ppc/syslib/m8xx_setup.c
      
      Signed-off-by: default avatarMarcelo Tosatti <marcelo.tosatti@cyclades.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      62c592ed
    • Ivan Kokshaysky's avatar
      [PATCH] x86: pci_assign_unassigned_resources() update · 81d4af13
      Ivan Kokshaysky authored
      
      
      I had some time to think about PCI assign issues in 2.6.13-rc series.
      
      The major problem here is that we call pci_assign_unassigned_resources()
      way too early - at subsys_initcall level. Therefore we give no chances
      to ACPI and PnP routines (called at fs_initcall level) to reserve their
      respective resources properly, as the comments in drivers/pnp/system.c
      and drivers/acpi/motherboard.c suggest:
      
       /**
        * Reserve motherboard resources after PCI claim BARs,
        * but before PCI assign resources for uninitialized PCI devices
        */
      
      So I moved the pci_assign_unassigned_resources() call to
      pcibios_assign_resources() (fs_initcall), which should hopefully fix a
      lot of problems and make PCIBIOS_MIN_IO tweaks unnecessary.
      
      Other changes:
      - remove resource assignment code from pcibios_assign_resources(), since
        it duplicates pci_assign_unassigned_resources() functionality and
        actually does nothing in 2.6.13;
      - modify ROM assignment code as per Ben's suggestion: try to use firmware
        settings by default (if PCI_ASSIGN_ROMS is not set);
      - set CARDBUS_IO_SIZE back to 4K as it's a wonderful stress test for
        various setups.
      
      Confirmed by Tero Roponen <teanropo@cc.jyu.fi> (who had problems with
      the 4kB CardBus IO size previously).
      
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      81d4af13
    • David Gibson's avatar
      [PATCH] Remove nested feature sections · 8913ca1c
      David Gibson authored
      
      
      The {BEGIN,END}_FTR_SECTION asm macros used in ppc64 to nop out
      sections of code at runtime cannot be nested.  However, we do nest
      them in hash_low.S.  We get away with it there, because there is
      nothing between the BEGIN markers for each section.  However, that's
      confusing to someone reading the code.
      
      This patch removes the nested ifset and ifclr feature sections,
      replacing them with a single feature section in the full mask/value
      form.
      
      Signed-off-by: default avatarDavid Gibson <dwg@au1.ibm.com>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      8913ca1c
    • Joel Schopp's avatar
      [PATCH] ppc64: lparconfig.c memory leak · 597f95e2
      Joel Schopp authored
      
      
      This patch fixes a rare memory leak found by Coverity.
      
      Signed-off-by: default avatarJoel Schopp <jschopp@austin.ibm.com>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      597f95e2
Loading