diff options
Diffstat (limited to 'drivers/misc/cxl/native.c')
-rw-r--r-- | drivers/misc/cxl/native.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/cxl/native.c b/drivers/misc/cxl/native.c index c336350ede94..c1216d31796c 100644 --- a/drivers/misc/cxl/native.c +++ b/drivers/misc/cxl/native.c | |||
@@ -54,7 +54,7 @@ static int afu_control(struct cxl_afu *afu, u64 command, u64 clear, | |||
54 | AFU_Cntl | command); | 54 | AFU_Cntl | command); |
55 | cpu_relax(); | 55 | cpu_relax(); |
56 | AFU_Cntl = cxl_p2n_read(afu, CXL_AFU_Cntl_An); | 56 | AFU_Cntl = cxl_p2n_read(afu, CXL_AFU_Cntl_An); |
57 | }; | 57 | } |
58 | 58 | ||
59 | if (AFU_Cntl & CXL_AFU_Cntl_An_RA) { | 59 | if (AFU_Cntl & CXL_AFU_Cntl_An_RA) { |
60 | /* | 60 | /* |
@@ -167,7 +167,7 @@ int cxl_psl_purge(struct cxl_afu *afu) | |||
167 | cpu_relax(); | 167 | cpu_relax(); |
168 | } | 168 | } |
169 | PSL_CNTL = cxl_p1n_read(afu, CXL_PSL_SCNTL_An); | 169 | PSL_CNTL = cxl_p1n_read(afu, CXL_PSL_SCNTL_An); |
170 | }; | 170 | } |
171 | end = local_clock(); | 171 | end = local_clock(); |
172 | pr_devel("PSL purged in %lld ns\n", end - start); | 172 | pr_devel("PSL purged in %lld ns\n", end - start); |
173 | 173 | ||