View | Details | Raw Unified | Return to bug 99221
Collapse All | Expand All

(-)a/arch/x86/pci/acpi.c (-2 / +4 lines)
Lines 132-139 void __init pci_acpi_crs_quirks(void) Link Here
132
{
132
{
133
	int year;
133
	int year;
134
134
135
	if (dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL) && year < 2008)
135
	if (dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL) && year < 2008) {
136
		pci_use_crs = false;
136
		if (iomem_resource.end <= 0xffffffff)
137
			pci_use_crs = false;
138
	}
137
139
138
	dmi_check_system(pci_crs_quirks);
140
	dmi_check_system(pci_crs_quirks);
139
141

Return to bug 99221