Commit c20f5e6469 for qemu.org
commit c20f5e646976b4b766a7b00661640e63c2760c7f
Author: Bibo Mao <maobibo@loongson.cn>
Date: Thu Sep 10 15:46:12 2026 +0800
target/loongarch: Rename filename constant_timer.c with timer.c
For simplity rename filename constant_timer.c with timer.c on LoongArch.
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Xianglai Li <lixianglai@loongson.cn>
diff --git a/target/loongarch/tcg/meson.build b/target/loongarch/tcg/meson.build
index b7adfe46f1..0b013875cc 100644
--- a/target/loongarch/tcg/meson.build
+++ b/target/loongarch/tcg/meson.build
@@ -13,7 +13,7 @@ loongarch_ss.add(files(
))
loongarch_system_ss.add(files(
- 'constant_timer.c',
+ 'timer.c',
'csr_helper.c',
'iocsr_helper.c',
'tlb_helper.c',
diff --git a/target/loongarch/tcg/constant_timer.c b/target/loongarch/tcg/timer.c
similarity index 100%
rename from target/loongarch/tcg/constant_timer.c
rename to target/loongarch/tcg/timer.c