Skip to content

Commit

Permalink
Catch up with ACPICA 20190215.
Browse files Browse the repository at this point in the history
PR:		235922
  • Loading branch information
juikim committed Feb 21, 2019
1 parent 543fd0f commit 0ac12a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr.sbin/bhyve/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down

0 comments on commit 0ac12a8

Please sign in to comment.