diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-03-01 16:29:56 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-03-10 15:18:40 +0100 |
commit | a1515ec7204edca770c07929df8538fcdb03ad46 (patch) | |
tree | 4c7c85bc8c7ba2776324551c381db97ed34276f5 /arch/mips/mti-malta/malta-time.c | |
parent | Merge tag 'mips-fixes_5.12_1' into mips-next (diff) | |
download | linux-a1515ec7204edca770c07929df8538fcdb03ad46.tar.xz linux-a1515ec7204edca770c07929df8538fcdb03ad46.zip |
MIPS: Remove KVM_GUEST support
KVM_GUEST is broken and unmaintained, so let's remove it.
Reviewed-by: Huacai Chen <chenhuacai@kernel.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/mti-malta/malta-time.c')
-rw-r--r-- | arch/mips/mti-malta/malta-time.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/mti-malta/malta-time.c b/arch/mips/mti-malta/malta-time.c index 567720374d57..bbf1e38e1431 100644 --- a/arch/mips/mti-malta/malta-time.c +++ b/arch/mips/mti-malta/malta-time.c @@ -66,11 +66,6 @@ static void __init estimate_frequencies(void) int secs; u64 giccount = 0, gicstart = 0; -#if defined(CONFIG_KVM_GUEST) && CONFIG_KVM_GUEST_TIMER_FREQ - mips_hpt_frequency = CONFIG_KVM_GUEST_TIMER_FREQ * 1000000; - return; -#endif - local_irq_save(flags); if (mips_gic_present()) |