[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 10/23] target/loongarch: remove unused include hw/loader.h
From: |
Richard Henderson |
Subject: |
[PULL 10/23] target/loongarch: remove unused include hw/loader.h |
Date: |
Mon, 4 Jul 2022 15:03:44 +0530 |
From: Song Gao <gaosong@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220624031049.1716097-11-gaosong@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
target/loongarch/cpu.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/loongarch/cpu.c b/target/loongarch/cpu.c
index 0013582a3a..bf163a8dce 100644
--- a/target/loongarch/cpu.c
+++ b/target/loongarch/cpu.c
@@ -18,7 +18,6 @@
#include "fpu/softfloat-helpers.h"
#include "cpu-csr.h"
#include "sysemu/reset.h"
-#include "hw/loader.h"
const char * const regnames[32] = {
"r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
--
2.34.1
- [PULL 00/23] loongarch64 patch queue, Richard Henderson, 2022/07/04
- [PULL 01/23] linux-user: Add LoongArch generic header files, Richard Henderson, 2022/07/04
- [PULL 02/23] linux-user: Add LoongArch signal support, Richard Henderson, 2022/07/04
- [PULL 03/23] linux-user: Add LoongArch elf support, Richard Henderson, 2022/07/04
- [PULL 04/23] linux-user: Add LoongArch syscall support, Richard Henderson, 2022/07/04
- [PULL 05/23] linux-user: Add LoongArch cpu_loop support, Richard Henderson, 2022/07/04
- [PULL 07/23] target/loongarch: remove badaddr from CPULoongArch, Richard Henderson, 2022/07/04
- [PULL 08/23] target/loongarch: Fix missing update CSR_BADV, Richard Henderson, 2022/07/04
- [PULL 06/23] scripts: add loongarch64 binfmt config, Richard Henderson, 2022/07/04
- [PULL 09/23] target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exception, Richard Henderson, 2022/07/04
- [PULL 10/23] target/loongarch: remove unused include hw/loader.h,
Richard Henderson <=
- [PULL 12/23] default-configs: Add loongarch linux-user support, Richard Henderson, 2022/07/04
- [PULL 11/23] target/loongarch: Adjust functions and structure to support user-mode, Richard Henderson, 2022/07/04
- [PULL 14/23] hw/intc/loongarch_pch_msi: Fix msi vector convertion, Richard Henderson, 2022/07/04
- [PULL 13/23] target/loongarch: Update README, Richard Henderson, 2022/07/04
- [PULL 15/23] hw/rtc/ls7a_rtc: Fix uninitialied bugs and toymatch writing function, Richard Henderson, 2022/07/04
- [PULL 16/23] hw/rtc/ls7a_rtc: Fix timer call back function, Richard Henderson, 2022/07/04
- [PULL 17/23] hw/rtc/ls7a_rtc: Remove unimplemented device in realized function, Richard Henderson, 2022/07/04
- [PULL 18/23] hw/rtc/ls7a_rtc: Add reset function, Richard Henderson, 2022/07/04
- [PULL 19/23] hw/rtc/ls7a_rtc: Fix rtc enable and disable function, Richard Henderson, 2022/07/04
- [PULL 20/23] hw/rtc/ls7a_rtc: Use tm struct pointer as arguments in toy_time_to_val(), Richard Henderson, 2022/07/04