]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/powerpc/kernel/setup_64.c
powerpc/rfi-flush: Differentiate enabled and patched flush types
[mirror_ubuntu-artful-kernel.git] / arch / powerpc / kernel / setup_64.c
index c0d40563aef7ad9721051cebf40cc4144d96779f..5dfd870a6427175813f0cacd24561a88386d7dac 100644 (file)
@@ -805,7 +805,7 @@ void __init setup_rfi_flush(enum l1d_flush_type types, bool enable)
                u64 l1d_size = ppc64_caches.l1d.size;
                u64 limit = min(safe_stack_limit(), ppc64_rma_size);
 
-               pr_info("rfi-flush: Using fallback displacement flush\n");
+               pr_info("rfi-flush: fallback displacement flush available\n");
 
                /*
                 * Align to L1d size, and size it at 2x L1d size, to
@@ -835,10 +835,10 @@ void __init setup_rfi_flush(enum l1d_flush_type types, bool enable)
        }
 
        if (types & L1D_FLUSH_ORI)
-               pr_info("rfi-flush: Using ori type flush\n");
+               pr_info("rfi-flush: ori type flush available\n");
 
        if (types & L1D_FLUSH_MTTRIG)
-               pr_info("rfi-flush: Using mttrig type flush\n");
+               pr_info("rfi-flush: mttrig type flush available\n");
 
        enabled_flush_types = types;