Skip to content

Commit

Permalink
x86/speculation/mds: Fix comment
Browse files Browse the repository at this point in the history
s/L1TF/MDS/

Signed-off-by: Boris Ostrovsky <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Tyler Hicks <[email protected]>
Reviewed-by: Josh Poimboeuf <[email protected]>
  • Loading branch information
Boris Ostrovsky authored and KAGA-KOKO committed Apr 17, 2019
1 parent 39226ef commit cae5ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/cpu/bugs.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ static void x86_amd_ssb_disable(void)
#undef pr_fmt
#define pr_fmt(fmt) "MDS: " fmt

/* Default mitigation for L1TF-affected CPUs */
/* Default mitigation for MDS-affected CPUs */
static enum mds_mitigations mds_mitigation __ro_after_init = MDS_MITIGATION_FULL;
static bool mds_nosmt __ro_after_init = false;

Expand Down

0 comments on commit cae5ec3

Please sign in to comment.