Merge patch series "Some style cleanups for recent extension additions"
[sfrench/cifs-2.6.git] / arch / riscv / errata / thead / errata.c
index 902e1245282196a43d3ac3fb264ed5d14f35fce8..21546937db39bf5fb968af60a7ee5b096242925b 100644 (file)
@@ -42,6 +42,7 @@ static bool errata_probe_cmo(unsigned int stage,
        if (stage == RISCV_ALTERNATIVES_EARLY_BOOT)
                return false;
 
+       riscv_cbom_block_size = L1_CACHE_BYTES;
        riscv_noncoherent_supported();
        return true;
 }