diff options
Diffstat (limited to 'drivers/misc/cxl/cxllib.c')
-rw-r--r-- | drivers/misc/cxl/cxllib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/misc/cxl/cxllib.c b/drivers/misc/cxl/cxllib.c index 0bc7c31cf739..5a3f91255258 100644 --- a/drivers/misc/cxl/cxllib.c +++ b/drivers/misc/cxl/cxllib.c | |||
@@ -102,10 +102,6 @@ int cxllib_get_xsl_config(struct pci_dev *dev, struct cxllib_xsl_config *cfg) | |||
102 | rc = cxl_get_xsl9_dsnctl(dev, capp_unit_id, &cfg->dsnctl); | 102 | rc = cxl_get_xsl9_dsnctl(dev, capp_unit_id, &cfg->dsnctl); |
103 | if (rc) | 103 | if (rc) |
104 | return rc; | 104 | return rc; |
105 | if (cpu_has_feature(CPU_FTR_POWER9_DD1)) { | ||
106 | /* workaround for DD1 - nbwind = capiind */ | ||
107 | cfg->dsnctl |= ((u64)0x02 << (63-47)); | ||
108 | } | ||
109 | 105 | ||
110 | cfg->version = CXL_XSL_CONFIG_CURRENT_VERSION; | 106 | cfg->version = CXL_XSL_CONFIG_CURRENT_VERSION; |
111 | cfg->log_bar_size = CXL_CAPI_WINDOW_LOG_SIZE; | 107 | cfg->log_bar_size = CXL_CAPI_WINDOW_LOG_SIZE; |