summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/device/pciexp_device.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c
index bc8206a6d4..b7ade0ad76 100644
--- a/src/device/pciexp_device.c
+++ b/src/device/pciexp_device.c
@@ -361,11 +361,6 @@ static void pciexp_enable_aspm(device_t root, unsigned root_cap,
lnkctl = pci_read_config16(endp, endp_cap + PCI_EXP_LNKCTL);
lnkctl |= apmc;
pci_write_config16(endp, endp_cap + PCI_EXP_LNKCTL, lnkctl);
-
- /* Enable ASPM role based error reporting. */
- devcap = pci_read_config32(endp, endp_cap + PCI_EXP_DEVCAP);
- devcap |= PCI_EXP_DEVCAP_RBER;
- pci_write_config32(endp, endp_cap + PCI_EXP_DEVCAP, devcap);
}
printk(BIOS_INFO, "ASPM: Enabled %s\n", aspm_type_str[apmc]);