mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-16 10:49:03 +00:00
cpu-common.h: Remove unnecessary guard on including targphys.h
There's no need to make the include of targphys.h conditional on whether TARGET_PHYS_ADDR_BITS is defined, because targphys.h itself checks that and does nothing if it isn't. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
71ea2e0161
commit
72aaa6cec4
@ -3,9 +3,7 @@
|
|||||||
|
|
||||||
/* CPU interfaces that are target independent. */
|
/* CPU interfaces that are target independent. */
|
||||||
|
|
||||||
#ifdef TARGET_PHYS_ADDR_BITS
|
|
||||||
#include "targphys.h"
|
#include "targphys.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef NEED_CPU_H
|
#ifndef NEED_CPU_H
|
||||||
#include "poison.h"
|
#include "poison.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user