On 3/17/21 7:29 PM, Claudio Fontana wrote: > cpu.c, > cpu32.c, > cpu64.c, > tcg/sysemu/tcg-cpu.c, > > all need a good cleanup when it comes to included header files. > > Signed-off-by: Claudio Fontana <[email protected]> > --- > target/arm/cpu.c | 8 ++------ > target/arm/cpu32.c | 14 -------------- > target/arm/cpu64.c | 6 ------ > target/arm/tcg/sysemu/tcg-cpu.c | 22 +--------------------- > roms/SLOF | 2 +- > 5 files changed, 4 insertions(+), 48 deletions(-)
> diff --git a/roms/SLOF b/roms/SLOF > index 33a7322de1..e18ddad851 160000 > --- a/roms/SLOF > +++ b/roms/SLOF > @@ -1 +1 @@ > -Subproject commit 33a7322de13e9dca4b38851a345a58d37e7a441d > +Subproject commit e18ddad8516ff2cfe36ec130200318f7251aa78c Besides this dubious change, the rest LGTM :)
