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)  	rc = cxl_get_xsl9_dsnctl(dev, capp_unit_id, &cfg->dsnctl);  	if (rc)  		return rc; -	if (cpu_has_feature(CPU_FTR_POWER9_DD1)) { -		/* workaround for DD1 - nbwind = capiind */ -		cfg->dsnctl |= ((u64)0x02 << (63-47)); -	}  	cfg->version  = CXL_XSL_CONFIG_CURRENT_VERSION;  	cfg->log_bar_size = CXL_CAPI_WINDOW_LOG_SIZE;  |