forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/edac/x38_edac.c
....@@ -266,7 +266,7 @@
266266 return NULL;
267267 }
268268
269
- window = ioremap_nocache(u.mchbar, X38_MMR_WINDOW_SIZE);
269
+ window = ioremap(u.mchbar, X38_MMR_WINDOW_SIZE);
270270 if (!window)
271271 printk(KERN_ERR "x38: cannot map mmio space at 0x%llx\n",
272272 (unsigned long long)u.mchbar);