Commit 72b371e7 authored by Juerg Haefliger's avatar Juerg Haefliger Committed by Khalid Elmously

UBUNTU: SAUCE: Show 'pti' instead of 'kaiser' in /proc/cpuinfo

BugLink: https://bugs.launchpad.net/bugs/1830176

...to be consistent with later kernels.
Signed-off-by: default avatarJuerg Haefliger <juergh@canonical.com>
Signed-off-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
parent dea869b6
......@@ -214,7 +214,7 @@
#define X86_FEATURE_IBRS_ENHANCED ( 7*32+30) /* Enhanced IBRS */
/* Because the ALTERNATIVE scheme is for members of the X86_FEATURE club... */
#define X86_FEATURE_KAISER ( 7*32+31) /* CONFIG_PAGE_TABLE_ISOLATION w/o nokaiser */
#define X86_FEATURE_KAISER ( 7*32+31) /* "pti" CONFIG_PAGE_TABLE_ISOLATION w/o nokaiser */
/* Virtualization flags: Linux defined, word 8 */
#define X86_FEATURE_TPR_SHADOW ( 8*32+ 0) /* Intel TPR Shadow */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment