~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to drivers/acpi/pci_root.c

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
596
596
                if (ACPI_SUCCESS(status)) {
597
597
                        dev_info(root->bus->bridge,
598
598
                                "ACPI _OSC control (0x%02x) granted\n", flags);
 
599
                        if (acpi_gbl_FADT.boot_flags & ACPI_FADT_NO_ASPM) {
 
600
                                /*
 
601
                                 * We have ASPM control, but the FADT indicates
 
602
                                 * that it's unsupported. Clear it.
 
603
                                 */
 
604
                                pcie_clear_aspm(root->bus);
 
605
                        }
599
606
                } else {
600
607
                        dev_info(root->bus->bridge,
601
608
                                "ACPI _OSC request failed (%s), "