nova: adjust calibration time

Extend the calibration time of CPUs with Local-APIC that does not support the
TSC-Deadline mode. Improves the accuracy of timeouts.

Issue #2400
This commit is contained in:
Alexander Boettcher 2017-06-16 13:45:43 +02:00 committed by Christian Helmuth
parent 6f2afb9b44
commit 94095a27ac
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8be6c70775fb3a0b34a98364136852bff13ec9ed
1dbfe82b4c40db4c637cc51f65d937abfaac2d52

View File

@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r9 branch - use r9_debug for more verbose kernel messages
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := 8bcd6fc9bc0090583be91073a08b0f478d316a00
REV(nova) := 2050648226839931dc675c3ec62f8f598bf6d38a
DIR(nova) := src/kernel/nova
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)