Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
target/mips: Remove unused headers in lcsr_helper.c
This files only access the address_space_ld/st API, declared
in "exec/cpu-all.h", already included by "cpu.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230828221314.18435-9-philmd@linaro.org>
  • Loading branch information
philmd committed Aug 31, 2023
1 parent 73c1970 commit 060bfdb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions target/mips/tcg/sysemu/lcsr_helper.c
Expand Up @@ -8,10 +8,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "qemu/host-utils.h"
#include "exec/helper-proto.h"
#include "exec/exec-all.h"

#define GET_MEMTXATTRS(cas) \
((MemTxAttrs){.requester_id = env_cpu(cas)->cpu_index})
Expand Down

0 comments on commit 060bfdb

Please sign in to comment.