]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/qemu-xen.git/commitdiff
cpu-common.h: Remove unnecessary guard on including targphys.h
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Jun 2012 11:30:58 +0000 (12:30 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 2 Jul 2012 09:09:49 +0000 (10:09 +0100)
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>
cpu-common.h

index 1fe32807011853170d1bbdf392359b0549e40171..321037fbc0359607ef1d3175bf5f42b16d0f88fa 100644 (file)
@@ -3,9 +3,7 @@
 
 /* CPU interfaces that are target independent.  */
 
-#ifdef TARGET_PHYS_ADDR_BITS
 #include "targphys.h"
-#endif
 
 #ifndef NEED_CPU_H
 #include "poison.h"