mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
tcg: Remove NO_CPU_IO_DEFS
From this remove, it's no longer clear what this is attempting to protect. The last time a use of this define was added to the source tree, as opposed to merely moved around, was 2008. There have been many cleanups since that time and this is no longer required for the build to succeed. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
447ca1cbfa
commit
0a18945d03
4 changed files with 0 additions and 11 deletions
|
@ -34,12 +34,6 @@
|
|||
#include "qemu/cacheflush.h"
|
||||
#include "qemu/cacheinfo.h"
|
||||
#include "qemu/timer.h"
|
||||
|
||||
/* Note: the long term plan is to reduce the dependencies on the QEMU
|
||||
CPU definitions. Currently they are used for qemu_ld/st
|
||||
instructions */
|
||||
#define NO_CPU_IO_DEFS
|
||||
|
||||
#include "exec/exec-all.h"
|
||||
#include "exec/tlb-common.h"
|
||||
#include "tcg/tcg-op-common.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue