]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - arch/x86/kernel/cpu/tsx.c
x86/cpu/tsx: Define pr_fmt()
[mirror_ubuntu-jammy-kernel.git] / arch / x86 / kernel / cpu / tsx.c
index 3e20d322bc98b636cde2747394d26fcec8783a0c..1674c8da003ea5e24b2b15c26003e36305a4d1f9 100644 (file)
@@ -14,6 +14,9 @@
 
 #include "cpu.h"
 
+#undef pr_fmt
+#define pr_fmt(fmt) "tsx: " fmt
+
 enum tsx_ctrl_states tsx_ctrl_state __ro_after_init = TSX_CTRL_NOT_SUPPORTED;
 
 void tsx_disable(void)
@@ -99,7 +102,7 @@ void __init tsx_init(void)
                        tsx_ctrl_state = x86_get_tsx_auto_mode();
                } else {
                        tsx_ctrl_state = TSX_CTRL_DISABLE;
-                       pr_err("tsx: invalid option, defaulting to off\n");
+                       pr_err("invalid option, defaulting to off\n");
                }
        } else {
                /* tsx= not provided */