nova: read out tsc freq of some more Intel CPUs

instead of measuring the frequency. Avoids inaccuracy which leads to failing
tests on Genode regarding timing.

Fixes #2566
This commit is contained in:
Alexander Boettcher 2017-11-07 08:53:55 +01:00 committed by Christian Helmuth
parent 9672329772
commit 1e04836a6d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
beda4ca63712ef3aa5f6ea93d40f5fd7987e52be
9ce0213338f9a622cc9a3321760bee3145833493

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) := 79b73ffef40009c384c542c9033d737408c4b1df
REV(nova) := 63cbd3df2e6350a1dc19ccb7b78fd76ce02827a6
DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))