diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-07-10 15:02:40 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-18 13:01:03 +0000 |
commit | 6617a77e63f171387f2a1b929246c6899eeb0928 (patch) | |
tree | 2f9af174dce67e045ab6854eadc9b35d3bd42b6f /src/cpu | |
parent | 91945fbf21239624ce7273d5f8c687beb3499bbe (diff) |
cpu/qemu-x86: Enable TSC_MONOTONIC_TIMER
Change-Id: I72afb0c0d34157d1d2d9fe4ae6704cd2502f724d
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34202
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/qemu-x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig index c73ed38662..a6c9b74360 100644 --- a/src/cpu/qemu-x86/Kconfig +++ b/src/cpu/qemu-x86/Kconfig @@ -19,6 +19,6 @@ config CPU_QEMU_X86 select ARCH_RAMSTAGE_X86_32 select SMP select UDELAY_TSC - select NO_MONOTONIC_TIMER + select TSC_MONOTONIC_TIMER select C_ENVIRONMENT_BOOTBLOCK select SMM_ASEG |