From: Bjorn Helgaas Date: Thu, 5 Sep 2013 21:07:42 +0000 (-0600) Subject: PCI/ACPI: Run _OSC only once for OSPM feature support X-Git-Tag: v3.13-rc1~95^2~14^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b2a7be60eaaf17bc88368d748471dd70e40befd;p=pandora-kernel.git PCI/ACPI: Run _OSC only once for OSPM feature support Previously, we ran _OSC once to tell the platform that we support PCI Segment Groups, then we ran it again if we supported any additional features (ASPM, MSI, or extended config space). I don't think it's necessary to run it twice, since we can easily build the complete mask of features we support before running _OSC the first time. We run _OSC again later when requesting control of PCIe features; that's unaffected by this change. Signed-off-by: Bjorn Helgaas Acked-by: Rafael J. Wysocki --- Reading git-diff-tree failed