mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2025-04-19 12:45:17 +02:00
chore: fix indentation
This commit is contained in:
parent
62d3448a54
commit
d8f0ddd7a5
@ -1,5 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# SPDX-License-Identifier: GPL-3.0-only
|
# SPDX-License-Identifier: GPL-3.0-only
|
||||||
|
# vim: set ts=8 sw=8 sts=4 noet:
|
||||||
#
|
#
|
||||||
# Spectre & Meltdown checker
|
# Spectre & Meltdown checker
|
||||||
#
|
#
|
||||||
@ -719,7 +720,10 @@ is_cpu_srbds_free()
|
|||||||
# source: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/x86/kernel/cpu/common.c
|
# source: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/x86/kernel/cpu/common.c
|
||||||
#
|
#
|
||||||
# A processor is affected by SRBDS if its Family_Model and stepping is in the
|
# A processor is affected by SRBDS if its Family_Model and stepping is in the
|
||||||
# following list:
|
# following list, with the exception of the listed processors
|
||||||
|
# exporting MDS_NO while Intel TSX is available yet not enabled. The
|
||||||
|
# latter class of processors are only affected when Intel TSX is enabled
|
||||||
|
# by software using TSX_CTRL_MSR otherwise they are not affected.
|
||||||
#
|
#
|
||||||
# ============= ============ ========
|
# ============= ============ ========
|
||||||
# common name Family_Model Stepping
|
# common name Family_Model Stepping
|
||||||
|
Loading…
x
Reference in New Issue
Block a user