|
@@ -540,7 +540,7 @@ static void detect_tme(struct cpuinfo_x86 *c)
|
|
if (mktme_status != MKTME_UNINITIALIZED) {
|
|
if (mktme_status != MKTME_UNINITIALIZED) {
|
|
if (tme_activate != tme_activate_cpu0) {
|
|
if (tme_activate != tme_activate_cpu0) {
|
|
/* Broken BIOS? */
|
|
/* Broken BIOS? */
|
|
- pr_err_once("x86/tme: configuation is inconsistent between CPUs\n");
|
|
|
|
|
|
+ pr_err_once("x86/tme: configuration is inconsistent between CPUs\n");
|
|
pr_err_once("x86/tme: MKTME is not usable\n");
|
|
pr_err_once("x86/tme: MKTME is not usable\n");
|
|
mktme_status = MKTME_DISABLED;
|
|
mktme_status = MKTME_DISABLED;
|
|
|
|
|