summaryrefslogtreecommitdiffstats
path: root/sys/arm/qemu
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-04-30 17:27:33 +0000
committerandrew <andrew@FreeBSD.org>2016-04-30 17:27:33 +0000
commitde62827a8a4318efe3c690ce949516a519c65554 (patch)
tree66251398a3963588fab47b947c0b5130b21d6abb /sys/arm/qemu
parentcee9c1ee19ae04508a3ed8e55b7ee8ada9319b87 (diff)
downloadFreeBSD-src-de62827a8a4318efe3c690ce949516a519c65554.zip
FreeBSD-src-de62827a8a4318efe3c690ce949516a519c65554.tar.gz
Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAY
implementations. Early in the boot the kernel will use an approximate, however after the timer has been probed it will switch to a more accurate implementation. Reviewed by: manu Sponsored by: ABT Systems Ltd Differential Revision: https://reviews.freebsd.org/D5762
Diffstat (limited to 'sys/arm/qemu')
-rw-r--r--sys/arm/qemu/virt_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/qemu/virt_machdep.c b/sys/arm/qemu/virt_machdep.c
index ddbfd64..95cc225 100644
--- a/sys/arm/qemu/virt_machdep.c
+++ b/sys/arm/qemu/virt_machdep.c
@@ -96,4 +96,4 @@ static platform_method_t virt_methods[] = {
PLATFORMMETHOD_END,
};
-FDT_PLATFORM_DEF(virt, "virt", 0, "linux,dummy-virt");
+FDT_PLATFORM_DEF(virt, "virt", 0, "linux,dummy-virt", 1);
OpenPOWER on IntegriCloud