Catch up with ACPICA 20190215.

PR:		235922
This commit is contained in:
jkim 2019-02-21 21:15:49 +00:00
parent 543fd0f706
commit 0ac12a8077

View File

@ -256,6 +256,7 @@ basl_fwrite_madt(FILE *fp)
EFPRINTF(fp, "[0001]\t\tLocal Apic ID : %02x\n", i);
EFPRINTF(fp, "[0004]\t\tFlags (decoded below) : 00000001\n");
EFPRINTF(fp, "\t\t\tProcessor Enabled : 1\n");
EFPRINTF(fp, "\t\t\tRuntime Online Capable : 0\n");
EFPRINTF(fp, "\n");
}