diff options
Diffstat (limited to 'usr/src/cmd/bhyve/acpi.c')
-rw-r--r-- | usr/src/cmd/bhyve/acpi.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr/src/cmd/bhyve/acpi.c b/usr/src/cmd/bhyve/acpi.c index 1eb2246b94..95c65ecc15 100644 --- a/usr/src/cmd/bhyve/acpi.c +++ b/usr/src/cmd/bhyve/acpi.c @@ -272,15 +272,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"); -#ifdef __FreeBSD__ EFPRINTF(fp, "\t\t\tRuntime Online Capable : 0\n"); -#else - /* - * Until iasl is updated to support the "Runtime Online - * Capable" entry, it must be omitted. This should be - * re-checked when illumos receives an acpica update. - */ -#endif /* __FreeBSD__ */ EFPRINTF(fp, "\n"); } |