summaryrefslogtreecommitdiff
path: root/usr/src/cmd/bhyve/acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/bhyve/acpi.c')
-rw-r--r--usr/src/cmd/bhyve/acpi.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/usr/src/cmd/bhyve/acpi.c b/usr/src/cmd/bhyve/acpi.c
index 76ddf5f5f6..580bb900dd 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");
}