From: Bjorn Helgaas Date: Thu, 5 Sep 2013 21:07:42 +0000 (-0600) Subject: PCI/ACPI: Split _OSC "support" and "control" flags into separate variables X-Git-Tag: v3.13-rc1~95^2~14^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8eb67fcc4548b9f0d00bbfd1c0c8f72d8018900;p=pandora-kernel.git PCI/ACPI: Split _OSC "support" and "control" flags into separate variables Previously we used "flags" for both: - the bitmask of features we support (segments, ASPM, MSI, etc.), and - the bitmask of features we want to control (native hotplug, AER, etc.) To reduce confusion, this patch splits this into two variables: "support" is the bitmask of features we support, and "control" is the bitmask of features we want to control. No functional change. Signed-off-by: Bjorn Helgaas Acked-by: Rafael J. Wysocki --- Reading git-diff-tree failed