diff options
Diffstat (limited to 'drivers/misc/cxl/pci.c')
-rw-r--r-- | drivers/misc/cxl/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/cxl/pci.c b/drivers/misc/cxl/pci.c index 4d6736f9d463..429d6de1dde7 100644 --- a/drivers/misc/cxl/pci.c +++ b/drivers/misc/cxl/pci.c | |||
@@ -514,9 +514,9 @@ static int init_implementation_adapter_regs_psl9(struct cxl *adapter, | |||
514 | cxl_p1_write(adapter, CXL_PSL9_FIR_CNTL, psl_fircntl); | 514 | cxl_p1_write(adapter, CXL_PSL9_FIR_CNTL, psl_fircntl); |
515 | 515 | ||
516 | /* Setup the PSL to transmit packets on the PCIe before the | 516 | /* Setup the PSL to transmit packets on the PCIe before the |
517 | * CAPP is enabled | 517 | * CAPP is enabled. Make sure that CAPP virtual machines are disabled |
518 | */ | 518 | */ |
519 | cxl_p1_write(adapter, CXL_PSL9_DSNDCTL, 0x0001001000002A10ULL); | 519 | cxl_p1_write(adapter, CXL_PSL9_DSNDCTL, 0x0001001000012A10ULL); |
520 | 520 | ||
521 | /* | 521 | /* |
522 | * A response to an ASB_Notify request is returned by the | 522 | * A response to an ASB_Notify request is returned by the |