1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00

Expand IBRS TLA in sysctl help lines.

Requested by:	bz
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2018-01-31 16:54:05 +00:00
parent 1fc46a9ba0
commit b31b965e7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328627

View File

@ -582,7 +582,7 @@ int hw_ibrs_active;
int hw_ibrs_disable = 1;
SYSCTL_INT(_hw, OID_AUTO, ibrs_active, CTLFLAG_RD, &hw_ibrs_active, 0,
"IBRS active");
"Indirect Branch Restricted Speculation active");
void
hw_ibrs_recalculate(void)
@ -620,4 +620,4 @@ hw_ibrs_disable_handler(SYSCTL_HANDLER_ARGS)
}
SYSCTL_PROC(_hw, OID_AUTO, ibrs_disable, CTLTYPE_INT | CTLFLAG_RWTUN |
CTLFLAG_NOFETCH | CTLFLAG_MPSAFE, NULL, 0, hw_ibrs_disable_handler, "I",
"Disable IBRS");
"Disable Indirect Branch Restricted Speculation");