Ignore:
Timestamp:
04/02/12 20:48:15 (15 months ago)
Author:
BrainSlayer
Message:

update to 3.2.14 and 3.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/universal/linux-3.2/drivers/pci/pcie/aspm.c

    r18761 r18889  
    501501        u32 reg32; 
    502502 
    503         if (aspm_disabled) 
    504                 return 0; 
    505  
    506503        /* 
    507504         * Some functions in a slot might not all be PCIe functions, 
     
    512509                if (!pos) 
    513510                        return -EINVAL; 
     511 
     512                /* 
     513                 * If ASPM is disabled then we're not going to change 
     514                 * the BIOS state. It's safe to continue even if it's a 
     515                 * pre-1.1 device 
     516                 */ 
     517 
     518                if (aspm_disabled) 
     519                        continue; 
     520 
    514521                /* 
    515522                 * Disable ASPM for pre-1.1 PCIe device, we follow MS to use 
Note: See TracChangeset for help on using the changeset viewer.